Class: Front::RobotsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Front::RobotsController
- Defined in:
- app/controllers/front/robots_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 7 |
# File 'app/controllers/front/robots_controller.rb', line 4 def show robot = ::SEO::Robot.first || ::SEO::Robot.new render text: robot.content end |