Sha256: ef0cb84319d1fd33445e72e01d4fddb090fdc424801ea87c67f278b69157ff03

Contents?: true

Size: 300 Bytes

Versions: 22

Compression:

Stored size: 300 Bytes

Contents

Cmor::Showcase::Engine.routes.draw do
  resources :categories do
    acts_as_published
    acts_as_list
  end

  resources :items do
    acts_as_published
    acts_as_list
  end

  resources :file_details do
    post :destroy_many, on: :collection
    acts_as_list
  end

  root to: 'home#index'
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cmor_showcase-0.0.60.pre config/routes.rb
cmor_showcase-0.0.59.pre config/routes.rb
cmor_showcase-0.0.58.pre config/routes.rb
cmor_showcase-0.0.57.pre config/routes.rb
cmor_showcase-0.0.56.pre config/routes.rb
cmor_showcase-0.0.55.pre config/routes.rb
cmor_showcase-0.0.54.pre config/routes.rb
cmor_showcase-0.0.53.pre config/routes.rb
cmor_showcase-0.0.52.pre config/routes.rb
cmor_showcase-0.0.51.pre config/routes.rb
cmor_showcase-0.0.50.pre config/routes.rb
cmor_showcase-0.0.49.pre config/routes.rb
cmor_showcase-0.0.48.pre config/routes.rb
cmor_showcase-0.0.45.pre config/routes.rb
cmor_showcase-0.0.44.pre config/routes.rb
cmor_showcase-0.0.43.pre config/routes.rb
cmor_showcase-0.0.42.pre config/routes.rb
cmor_showcase-0.0.41.pre config/routes.rb
cmor_showcase-0.0.40.pre config/routes.rb
cmor_showcase-0.0.39.pre config/routes.rb