Skip to content

Instantly share code, notes, and snippets.

@treble37
Created October 14, 2013 23:24
Show Gist options
  • Save treble37/6983975 to your computer and use it in GitHub Desktop.
Save treble37/6983975 to your computer and use it in GitHub Desktop.
rails console tricks
## Generating url paths
app.users_path --> app is an object, users_path is the URL helper for your User model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment