Class: StompBase::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- StompBase::DashboardController
- Defined in:
- app/controllers/stomp_base/dashboard_controller.rb
Instance Method Summary collapse
Methods included from I18nHelper
#available_locales, #current_locale, #locale_name, #t
Instance Method Details
#index ⇒ Object
8 9 10 11 |
# File 'app/controllers/stomp_base/dashboard_controller.rb', line 8 def index # Display dashboard using View Component @dashboard_component = StompBase::Pages::DashboardComponent.new end |