Skip to content

Commit

Permalink
[ifmeorg#1713] Encode url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlineRibeiro committed Apr 24, 2020
1 parent 05abcdc commit cc526bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/moments_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def resources_url_tags(moment)
filter_tags = matched_tags.uniq.map do |t|
"filter[]=#{t}&"
end
URI::encode(filter_tags.join)
URI.encode(filter_tags.join)
end

private
Expand Down

0 comments on commit cc526bb

Please sign in to comment.