diff --git a/app/controllers/soups_controller.rb b/app/controllers/soups_controller.rb index 91769bac1..47d546e1f 100644 --- a/app/controllers/soups_controller.rb +++ b/app/controllers/soups_controller.rb @@ -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