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
When the passed value is not a date. when it is a Numeric, then we get the following exception 👇
=> NoMethodError: undefined method "to_date" for 444:Integer
When the passed value is not a date. when it is a Numeric, then we get the following exception 👇
=>
NoMethodError: undefined method "to_date" for 444:Integer
Example:
# app/models/item.rb
# console:
Can anyone help with this?
The suggested fix to handle Numeric values is: #229
The text was updated successfully, but these errors were encountered: