Sha256: ec7eaf8e46061ed0459223e71dddca3f61c9892a2bd026d10c2790c2c9534479
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
module Hyrax module Admin class FeaturesController < Flipflop::FeaturesController layout 'admin' before_action do authorize! :manage, Hyrax::Feature add_breadcrumb t(:'hyrax.controls.home'), root_path add_breadcrumb t(:'hyrax.toolbar.admin.menu'), hyrax.admin_path add_breadcrumb t(:'hyrax.admin.sidebar.settings'), hyrax.admin_features_path end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_hyrax-0.0.1.alpha | app/controllers/hyrax/admin/features_controller.rb |