jbuilder
jbuilder copied to clipboard
Configure JBuilder date format
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?
Any solution for this?
any solution for this?