app/controllers/hyrax/admin/strategies_controller.rb in hyrax-3.5.0 vs app/controllers/hyrax/admin/strategies_controller.rb in hyrax-3.6.0
- old
+ new
@@ -5,10 +5,10 @@
before_action do
authorize! :manage, Hyrax::Feature
end
# TODO: we could remove this if we used an isolated engine
- def features_url
+ def features_url(**_kargs)
hyrax.admin_features_path
end
end
end
end