Sha256: d6e0e9bed5a2c9766cdb253d1013bea591a9eab62aca4e42091e3e51d7b653d0

Contents?: true

Size: 319 Bytes

Versions: 58

Compression:

Stored size: 319 Bytes

Contents

module Hyrax
  module Admin
    class StrategiesController < Flipflop::StrategiesController
      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
      end
    end
  end
end

Version data entries

58 entries across 58 versions & 2 rubygems

Version Path
hyrax-2.9.6 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.9.5 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.9.4 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.9.3 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.9.2 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.9.1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.9.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.8.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.7.2 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.7.1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.7.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.6.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.rc1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.beta3 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.5.1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.5.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.beta2 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.4.1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.beta1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-2.4.0 app/controllers/hyrax/admin/strategies_controller.rb