Method: WelcomeController#robots

Defined in:
app/controllers/welcome_controller.rb

#robotsObject



29
30
31
32
# File 'app/controllers/welcome_controller.rb', line 29

def robots
  @projects = Project.visible(User.anonymous) unless Setting.
  render :layout => false, :content_type => 'text/plain'
end