Sha256: 2c7cd896b0ee184d336c0493ea99674227fa5ebf2a7fe843336b85f3c88c8a61
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
Spotlight::Engine.routes.draw do resources :attachments resource :contact_form, only: [:new, :create] resources :exhibits, only: [:edit, :update] do resource :blacklight_configuration, only: [:update] do end get 'edit/metadata', to: "blacklight_configurations#edit_metadata_fields" get 'edit/facets', to: "blacklight_configurations#edit_facet_fields" resources :searches, shallow: true do collection do patch :update_all end end resources :browse, only: [:index, :show] resources :catalog, only: [:index] resources :about, controller: "about_pages", as: "about_pages", shallow: true do collection do patch :update_all end end resources :feature, controller: "feature_pages", as: "feature_pages", shallow: true do collection do patch :update_all end end resources :home_page, controller: "home_pages", as: "home_pages", shallow: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.1 | config/routes.rb |