Sha256: d1acf31d69b29c062ea7102acae42ae0802d6f9b1517e98ccf711501fbdb03b1
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
# Fix this for Rails3, this is a weird way to do it, but oh well. # We want to map catalog/explain but not touch the app's own mappings # for catalog resource. So we do it with just old style routing. ActionController::Routing::Routes.draw do |map| map.connect 'catalog/explain', :controller => "blacklight_cql/explain", :action => "index" end
Version data entries
6 entries across 6 versions & 1 rubygems