Sha256: 4f724ce303faaa8914f4dbcc7ff9640a0fec71739573212426f73a1f7c45904e
Contents?: true
Size: 1.18 KB
Versions: 6
Compression:
Stored size: 1.18 KB
Contents
Cmor::System.configure do |config| # Set the resources, that will be shown in the backend menu. # # Default: config.registered_controllers = -> {[ # Cmor::System::DelayedBackendActiveRecordJobsController, # Cmor::System::ActiveStorage::BlobsController, # Cmor::System::ActiveStorage::AttachmentsController # ]} # config.registered_controllers = -> {[ Cmor::System::DelayedBackendActiveRecordJobsController, Cmor::System::ActiveStorage::BlobsController, Cmor::System::ActiveStorage::AttachmentsController ]} # Set the services, that will be shown in the backend menu. # # Default: config.registered_services = -> {[ # ]} # config.registered_services = -> {[ ]} # Factory name to use for creators and updaters. # # default: config.record_factory_name = 'post' # config.record_factory_name = 'post' # Enable support for ActiveStorage. # # default: config.enable_active_storage_backend = false # config.enable_active_storage_backend = true # Enable support for DelayedJob. # # default: config.enable_delayed_job_backend = false # config.enable_delayed_job_backend = true end
Version data entries
6 entries across 6 versions & 1 rubygems