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
JBuilder doesn't seem to using the configured format: Date::DATE_FORMATS[:default] = "%d-%m-%Y"
How do I customize it without having to add .to_s to every date?
The text was updated successfully, but these errors were encountered:
JBuilder doesn't seem to using the configured format:
Date::DATE_FORMATS[:default] = "%d-%m-%Y"
How do I customize it without having to add
.to_s
to every date?The text was updated successfully, but these errors were encountered: