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



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

def index
  add_breadcrumb t(:'hyrax.controls.home'), root_path
  add_breadcrumb t(:'hyrax.dashboard.breadcrumbs.admin'), hyrax.dashboard_path
  add_breadcrumb t(:'hyrax.admin.sidebar.configuration'), '#'
  add_breadcrumb t(:'hyrax.admin.sidebar.technical'), hyrax.admin_features_path
  super
end