14 15 16 17
# File 'app/controllers/front_end_controller.rb', line 14 def preview response.headers['X-Robots-Tag'] = 'none' show end
10 11 12
# File 'app/controllers/front_end_controller.rb', line 10 def show render *@node.template_args end