Skip to content

Instantly share code, notes, and snippets.

@hemalich
Created January 19, 2011 10:34
Show Gist options
  • Select an option

  • Save hemalich/785983 to your computer and use it in GitHub Desktop.

Select an option

Save hemalich/785983 to your computer and use it in GitHub Desktop.
optional path scope for path_prefix
# config/routes.rb
scope "(:locale)", :locale => /en|de/ do
resources :items
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment