app/controllers/my/collections_controller.rb in sufia-6.2.0 vs app/controllers/my/collections_controller.rb in sufia-6.3.0

- old
+ new

@@ -1,8 +1,7 @@ module My class CollectionsController < MyController - self.search_params_logic += [ :show_only_resources_deposited_by_current_user, :show_only_collections ] @@ -11,10 +10,10 @@ @selected_tab = :collections end protected - def search_action_url *args - sufia.dashboard_collections_url *args - end + def search_action_url(*args) + sufia.dashboard_collections_url(*args) + end end end