app/controllers/my/collections_controller.rb in sufia-4.0.0.beta4 vs app/controllers/my/collections_controller.rb in sufia-4.0.0.rc1
- old
+ new
@@ -14,7 +14,14 @@
def index
super
@selected_tab = :collections
end
+
+ protected
+
+ def search_action_url *args
+ sufia.dashboard_collections_url *args
+ end
+
end
end