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
A commit I introduced a while back seems to have caused a bug: Normally, when you pass a ActionView helper a nil value, nil is returned. However, sanitize now raises a NoMethodError when passed nil values.
The text was updated successfully, but these errors were encountered:
A commit I introduced a while back seems to have caused a bug: Normally, when you pass a ActionView helper a
nil
value,nil
is returned. However,sanitize
now raises aNoMethodError
when passed nil values.The text was updated successfully, but these errors were encountered: