properly scope Stream::Soup in SoupsController
This commit is contained in:
parent
9013903b14
commit
0ce7f0c4bf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ class SoupsController < ApplicationController
|
|||
before_filter :redirect_unless_admin
|
||||
|
||||
def index
|
||||
default_stream_action(SoupStream)
|
||||
default_stream_action(Stream::Soup)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue