Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rails all path

# in terminal:
rails routes # => List all your routes
# If you want to select
rails routes | grep yourModelName..
 
PREVIOUS NEXT
Tagged: #rails #path
ADD COMMENT
Topic
Name
3+9 =