Class: Maglev::Admin::Sections::PreviewsController

Inherits:
BaseController show all
Includes:
ContentLocaleConcern, RenderingConcern
Defined in:
app/controllers/maglev/admin/sections/previews_controller.rb

Instance Method Summary collapse

Instance Method Details

#iframe_showObject



16
17
18
# File 'app/controllers/maglev/admin/sections/previews_controller.rb', line 16

def iframe_show
  render_maglev_page
end

#showObject



12
13
14
# File 'app/controllers/maglev/admin/sections/previews_controller.rb', line 12

def show
  @section = fetch_section
end