properly scope Stream::Soup in SoupsController

This commit is contained in:
danielgrippi 2011-10-14 06:44:25 -07:00
parent 9013903b14
commit 0ce7f0c4bf

View file

@ -4,6 +4,6 @@ class SoupsController < ApplicationController
before_filter :redirect_unless_admin before_filter :redirect_unless_admin
def index def index
default_stream_action(SoupStream) default_stream_action(Stream::Soup)
end end
end end