-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActionView#sanitize helper raises NoMethodError when passed nil #7
Comments
Working on a fix for that, will send a pull request as soon as it's ready |
👍, thanks! care to add a regression test? 😄 |
Certainly! |
Forgot to include this in the commit: This gets fixed by #8 |
OK done - gem pushed to RubyGems and release announced on GitHub. THANKS! ^_^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: