This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Anyone tried to customize the active storage tables to namespace them? instead of active_storage_blobs, I’d like it to be namespaced to core_ext__active_storage_blobs Anyone know if active storage is thusly configurable?
Like, you could create the migration, edit it before you run it to change the table name, then create an initializer that just overrides self.table_name and you’re done.