Class: Locomotive::Public::PagesController
Instance Method Summary
collapse
#back_to_default_site_locale, #current_content_locale, #localized?, #set_back_office_locale, #set_current_content_locale, #setup_i18n_fallbacks
Instance Method Details
#edit ⇒ Object
29
30
31
32
|
# File 'app/controllers/locomotive/public/pages_controller.rb', line 29
def edit
@editing = true
render_locomotive_page
end
|
#show ⇒ Object
25
26
27
|
# File 'app/controllers/locomotive/public/pages_controller.rb', line 25
def show
render_locomotive_page
end
|
21
22
23
|
# File 'app/controllers/locomotive/public/pages_controller.rb', line 21
def show_toolbar
render layout: false
end
|