Class: TextController

Inherits:
BaseController show all
Defined in:
app/controllers/text_controller.rb

Instance Method Summary collapse

Methods included from BlogHelper

#blog_base_url, #this_blog

Instance Method Details

#robotsObject



4
5
6
# File 'app/controllers/text_controller.rb', line 4

def robots
  render plain: this_blog.robots
end