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

Version Path
cmor_system-0.0.58.pre config/routes.rb
cmor_system-0.0.57.pre config/routes.rb
cmor_system-0.0.56.pre config/routes.rb
cmor_system-0.0.55.pre config/routes.rb
cmor_system-0.0.54.pre config/routes.rb
cmor_system-0.0.53.pre config/routes.rb
cmor_system-0.0.52.pre config/routes.rb
cmor_system-0.0.51.pre config/routes.rb
cmor_system-0.0.50.pre config/routes.rb
cmor_system-0.0.49.pre config/routes.rb
cmor_system-0.0.48.pre config/routes.rb
cmor_system-0.0.45.pre config/routes.rb
cmor_system-0.0.44.pre config/routes.rb