sorry rubocop

This commit is contained in:
Neil Lalonde 2017-12-13 15:47:42 -05:00
parent 3f1d6a302e
commit 712c9fca1b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class TopicLinkClick < ActiveRecord::Base
# link can have query params, and analytics can add more to the end:
i = url.length
while i = url.rindex('&', i-1)
while i = url.rindex('&', i - 1)
urls << url[0...i]
end