Class: StompBase::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
ActionController::Cookies, ActionController::Flash, Authentication, I18nHelper
Defined in:
app/controllers/stomp_base/application_controller.rb

Instance Method Summary collapse

Methods included from I18nHelper

#available_locales, #current_locale, #locale_name, #t

Instance Method Details

#indexObject



19
20
21
# File 'app/controllers/stomp_base/application_controller.rb', line 19

def index
  render plain: "StompBase Application Controller"
end