Class: Roboto::RobotsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/roboto/robots_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
7
# File 'app/controllers/roboto/robots_controller.rb', line 3

def show
  render :text => robot_contents,
    :layout => false,
    :content_type => 'text/plain'
end