Skip to content

Instantly share code, notes, and snippets.

@tkrajcar
Created October 25, 2013 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkrajcar/7162532 to your computer and use it in GitHub Desktop.
Save tkrajcar/7162532 to your computer and use it in GitHub Desktop.
def robots
robots = File.read(Rails.root + "config/robots.#{Rails.env}.txt")
render :text => robots, :layout => false, :content_type => "text/plain"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment