Class: Locomotive::Api::MyAccountController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- Locomotive::Api::MyAccountController
- 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
#show ⇒ Object
9 10 11 |
# File 'app/controllers/locomotive/api/my_account_controller.rb', line 9 def show respond_with(current_locomotive_account) end |