pass opts to multi link so commented on works

This commit is contained in:
Maxwell Salzberg 2011-10-24 14:02:54 -07:00
parent 2fcc783787
commit 8a8f022f8b

View file

@ -2,7 +2,7 @@ class Stream::Multi < Stream::Base
# @return [String] URL
def link(opts)
Rails.application.routes.url_helpers.multi_path
Rails.application.routes.url_helpers.multi_path(opts)
end
# @return [String]