Class: Maglev::PagePreviewController

Inherits:
ApplicationController show all
Includes:
ContentLocaleConcern, JsonConcern, RenderingConcern
Defined in:
app/controllers/maglev/page_preview_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



16
17
18
# File 'app/controllers/maglev/page_preview_controller.rb', line 16

def create
  render_maglev_page
end

#indexObject



12
13
14
# File 'app/controllers/maglev/page_preview_controller.rb', line 12

def index
  render_maglev_page
end