app/controllers/hyrax/admin/strategies_controller.rb in hyrax-4.0.0.rc1 vs app/controllers/hyrax/admin/strategies_controller.rb in hyrax-4.0.0.rc2

- old
+ new

@@ -5,11 +5,11 @@ before_action do authorize! :manage, Hyrax::Feature end # TODO: we could remove this if we used an isolated engine - def features_url - hyrax.admin_features_path + def features_url(*args) + hyrax.admin_features_path(*args) end end end end