Class: FrontEndController

Inherits:
ApplicationController
  • Object
show all
Includes:
PushType::Filterable
Defined in:
app/controllers/front_end_controller.rb

Instance Method Summary collapse

Instance Method Details

#previewObject



14
15
16
17
# File 'app/controllers/front_end_controller.rb', line 14

def preview
  response.headers['X-Robots-Tag'] = 'none'
  show
end

#showObject



10
11
12
# File 'app/controllers/front_end_controller.rb', line 10

def show
  render *@node.template_args
end