pass opts to multi link so commented on works
This commit is contained in:
parent
2fcc783787
commit
8a8f022f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue