Class: Backend::NavigationsController

Inherits:
BaseController
  • Object
show all
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

#crypt

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/backend/navigations_controller.rb', line 4

def index
  @navigations = ::Navigation.all
end