Class: Locomotive::Api::MyAccountController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/locomotive/api/my_account_controller.rb

Instance Method Summary collapse

Methods included from Locomotive::ActionController::LocaleHelpers

#back_to_default_site_locale, #current_content_locale, #localized?, #set_back_office_locale, #set_current_content_locale, #setup_i18n_fallbacks

Instance Method Details

#showObject



9
10
11
# File 'app/controllers/locomotive/api/my_account_controller.rb', line 9

def show
  respond_with()
end