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
In lib/wash_out/router.rb: the code on url class method will always raise a NoMethodError in Rails 5 brach, due to a bad param (nil) when calling evaluate.
In
lib/wash_out/router.rb:
the code onurl
class method will always raise a NoMethodError in Rails 5 brach, due to a bad param (nil
) when callingevaluate
.Instead of:
it should be:
See also Ruby on Rails 5 implementation for evaluate method called.
The text was updated successfully, but these errors were encountered: