Class: Backend::NavigationsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Backend::NavigationsController
- Defined in:
- app/controllers/backend/navigations_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
#breadcrumb, #current_admin, #default_app_locale, #translate_notice
Methods included from Udongo::Cryptography
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/backend/navigations_controller.rb', line 4 def index @navigations = ::Navigation.all end |