You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uri.query_values accepts only hash, not a class. Because of this, any email containing links with params throws an error TypeError - no implicit conversion of Class into Hash
It seems like a critical bug, unless I'm missing something.
The text was updated successfully, but these errors were encountered:
https://github.com/ankane/ahoy_email/blob/master/lib/ahoy_email/processor.rb#L106
uri.query_values
accepts only hash, not a class. Because of this, any email containing links with params throws an errorTypeError - no implicit conversion of Class into Hash
It seems like a critical bug, unless I'm missing something.
The text was updated successfully, but these errors were encountered: