Last active
August 29, 2015 14:13
-
-
Save ybart/90b70354d07bb54c922d to your computer and use it in GitHub Desktop.
Excerpts for URL Helpers articles
This file contains 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
root 'welcome#index' |
This file contains 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
def url_options | |
{ locale: I18n.locale }.merge(super) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment