Class: Hyrax::Admin::FeaturesController

Inherits:
Flipflop::FeaturesController
  • Object
show all
Defined in:
app/controllers/hyrax/admin/features_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



10
11
12
13
14
15
# File 'app/controllers/hyrax/admin/features_controller.rb', line 10

def index
  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
  super
end