make soup available to everyone to see if we can get feedback
This commit is contained in:
parent
934b47cadb
commit
bcb52b35cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue