Sha256: 7adba503ceadd0be9c2309543a6a45c6f376547c3cb76b05cc327dec182e1f1b
Contents?: true
Size: 412 Bytes
Versions: 37
Compression:
Stored size: 412 Bytes
Contents
Cmor::System::Backend::Engine.routes.draw do resources :delayed_backend_active_record_jobs if Cmor::System::Backend::Configuration.enable_delayed_job_backend namespace :active_storage do resources :blobs , only: [:index, :show, :destroy] resources :attachments , only: [:index, :show, :destroy] end if Cmor::System::Backend::Configuration.enable_active_storage_backend root to: 'home#index' end
Version data entries
37 entries across 37 versions & 1 rubygems