Skip to content

Instantly share code, notes, and snippets.

@mjgiarlo
Created January 25, 2016 20:27
Show Gist options
  • Save mjgiarlo/5266434ba66e6a50d376 to your computer and use it in GitHub Desktop.
Save mjgiarlo/5266434ba66e6a50d376 to your computer and use it in GitHub Desktop.
# generator output...
route concern :searchable, Blacklight::Routes::Searchable.new
resource :catalog, only: [:index], as: 'catalog', path: '/catalog', controller: 'catalog' do
concerns :searchable
end
route root to: "catalog#index"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment