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
At line 19 of rack-validate.rb you make use of the blank? method, which is a Rails Object method (its not in the Ruby standard library). I would suggest you to change it with nil? or empty?.
The text was updated successfully, but these errors were encountered:
At line 19 of rack-validate.rb you make use of the blank? method, which is a Rails Object method (its not in the Ruby standard library). I would suggest you to change it with nil? or empty?.
The text was updated successfully, but these errors were encountered: