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
Running into an issue where the to_s override that occurs in Rabl to the Time class is being circumvented by another library.
I'd really like to, via configuration or other method, just specify that when encoding any Time, Date, or DateTime to always use #iso8601 and not #to_s
If I'm reading the code wrong and it's actually using to_json or as_json then same question, but replace to_s with to_json.
Suggestions?
The text was updated successfully, but these errors were encountered:
Running into an issue where the to_s override that occurs in Rabl to the Time class is being circumvented by another library.
I'd really like to, via configuration or other method, just specify that when encoding any Time, Date, or DateTime to always use #iso8601 and not #to_s
If I'm reading the code wrong and it's actually using to_json or as_json then same question, but replace to_s with to_json.
Suggestions?
The text was updated successfully, but these errors were encountered: