Skip to content

Instantly share code, notes, and snippets.

@ybart
Last active August 29, 2015 14:13
Show Gist options
  • Save ybart/90b70354d07bb54c922d to your computer and use it in GitHub Desktop.
Save ybart/90b70354d07bb54c922d to your computer and use it in GitHub Desktop.
Excerpts for URL Helpers articles
root 'welcome#index'
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