-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Rails
-
None
ActiveStorage also provides a number of controller classes, for dealing with uploading and retrieving attached files. Most of these rely on a single blob_scope method to indicate how to fetch data from the database, which means we can probably avoid reimplementing these controllers. Adding a new module to reimplement the blob_scope method should suffice.