Skip to content

Instantly share code, notes, and snippets.

@chyld
Created August 13, 2012 15:34
Show Gist options
  • Save chyld/3341929 to your computer and use it in GitHub Desktop.
Save chyld/3341929 to your computer and use it in GitHub Desktop.
rails routes in console
# include routing and URL helpers
include ActionDispatch::Routing
include Rails.application.routes.url_helpers
# use routes normally
users_path #=> "/users"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment