Module: ActiveStorageDB
- Defined in:
- lib/active_storage_db.rb,
lib/active_storage_db/engine.rb,
lib/active_storage_db/version.rb,
app/models/active_storage_db/file.rb,
app/models/active_storage_db/application_record.rb,
app/controllers/active_storage_db/files_controller.rb
Defined Under Namespace
Classes: ApplicationRecord, Engine, File, FilesController
Constant Summary collapse
- UNPROCESSABLE_STATUS =
:nocov:
if Rails::VERSION::MAJOR > 7 || (Rails::VERSION::MAJOR == 7 && Rails::VERSION::MINOR >= 1) :unprocessable_content else :unprocessable_entity end
- VERSION =
'1.6.0'