config/routes.rb in blacklight_unapi-0.0.1 vs config/routes.rb in blacklight_unapi-0.0.2
- old
+ new
@@ -1,5 +1,5 @@
# We want to add a new collection action to Catalog, without over-writing
# # what's already there. This SEEMS to do it.
-ActionController::Routing::Routes.draw do |map|
+BlacklightUnapi::Engine.routes.draw do
end