Created
October 6, 2016 20:05
-
-
Save felipeorlando/cea12b5120cd721573b076d1e89d98dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ApplicationHelper | |
def locale_time(timestamp) | |
timestamp.strftime("%d/%m/%Y") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment