Sha256: cd83bed72b2ac864668b312c620800ca8002010a96bd5bf94bf68357266f1e65
Contents?: true
Size: 536 Bytes
Versions: 8
Compression:
Stored size: 536 Bytes
Contents
Cmor::Files::Backend::Engine.routes.draw do resources :attachments do post :destroy_many, on: :collection end resources :folders do acts_as_list acts_as_published post :destroy_many, on: :collection post :unpublish_many, on: :collection post :publish_many, on: :collection end resources :file_details do acts_as_list acts_as_published post :destroy_many, on: :collection post :unpublish_many, on: :collection post :publish_many, on: :collection end root to: 'home#index' end
Version data entries
8 entries across 8 versions & 1 rubygems