From bcb52b35cf7437f86b238260eb805350765b181c Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 14 Oct 2011 14:43:51 -0700 Subject: [PATCH] make soup available to everyone to see if we can get feedback --- app/controllers/soups_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/soups_controller.rb b/app/controllers/soups_controller.rb index 609a4dd93..c44b7f3be 100644 --- a/app/controllers/soups_controller.rb +++ b/app/controllers/soups_controller.rb @@ -1,7 +1,7 @@ require File.join(Rails.root, 'lib', 'stream', 'soup') class SoupsController < ApplicationController - before_filter :redirect_unless_admin + #before_filter :redirect_unless_admin def index default_stream_action(Stream::Soup)