Sha256: edc5a1f15eefac8b4b654037e88d50dbb74710728d498f671c85563280beddd7
Contents?: true
Size: 432 Bytes
Versions: 13
Compression:
Stored size: 432 Bytes
Contents
Cmor::System::Engine.routes.draw do resources :changelogs, only: [:index, :show] resources :delayed_backend_active_record_jobs if Cmor::System::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::Configuration.enable_active_storage_backend root to: 'home#index' end
Version data entries
13 entries across 13 versions & 1 rubygems