Class: StompBase::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- StompBase::ApplicationController
- Includes:
- ActionController::Cookies, ActionController::Flash, Authentication, I18nHelper
- Defined in:
- app/controllers/stomp_base/application_controller.rb
Direct Known Subclasses
ConsoleController, DashboardController, ModelsController, SettingsController
Instance Method Summary collapse
Methods included from I18nHelper
#available_locales, #current_locale, #locale_name, #t
Instance Method Details
#index ⇒ Object
19 20 21 |
# File 'app/controllers/stomp_base/application_controller.rb', line 19 def index render plain: "StompBase Application Controller" end |