Sha256: 77a4966e30f30e78940391ce45d4b30f79e4d5010000c4ca0f20f57a87c53b16
Contents?: true
Size: 1.27 KB
Versions: 13
Compression:
Stored size: 1.27 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 = '<%= record_factory_name %>' # Enable support for ActiveStorage. # # default: config.enable_active_storage_backend = false # config.enable_active_storage_backend = <%= cmor_system_enable_active_storage %> # Enable support for DelayedJob. # # default: config.enable_delayed_job_backend = false # config.enable_delayed_job_backend = <%= cmor_system_enable_delayed_job %> end
Version data entries
13 entries across 13 versions & 1 rubygems