29 30 31 32
# File 'app/controllers/welcome_controller.rb', line 29 def robots @projects = Project.visible(User.anonymous) unless Setting.login_required? render :layout => false, :content_type => 'text/plain' end