Sha256: 113c7bf936736840efb7d81b165426c00f67083825eb33bd68924308403956f5

Contents?: true

Size: 349 Bytes

Versions: 16

Compression:

Stored size: 349 Bytes

Contents

# frozen_string_literal: true
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

16 entries across 16 versions & 1 rubygems

Version Path
hyrax-4.0.0.rc1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.5.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-4.0.0.beta2 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.4.2 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-4.0.0.beta1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.4.1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.4.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.3.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.2.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.1.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.2 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.1 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.rc4 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.rc3 app/controllers/hyrax/admin/strategies_controller.rb
hyrax-3.0.0.pre.rc2 app/controllers/hyrax/admin/strategies_controller.rb