Rails routes list existing resources
rails routes
- All resoucesrails routes --expanded
- All resources with expanded table formatting mode.rails routes -g pattern
- Routes with grep :vrails routes -c controller_name
- Routes with controller name