Advertisement
piffy

Routes in rails console

Jul 22nd, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. # this is the Rails 3 equivalent
  2. rails console
  3. include Rails.application.routes.url_helpers
  4. users_path
  5. user_path(123)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement