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