summaryrefslogtreecommitdiffstats
path: root/app/controllers/welcome_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/welcome_controller.rb')
-rw-r--r--app/controllers/welcome_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb
index c14ec4dbe..f2daf7449 100644
--- a/app/controllers/welcome_controller.rb
+++ b/app/controllers/welcome_controller.rb
@@ -24,7 +24,7 @@ class WelcomeController < ApplicationController
end
def robots
- @projects = Project.public.active
+ @projects = Project.all_public.active
render :layout => false, :content_type => 'text/plain'
end
end