📜  rails all path - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:29.510000             🧑  作者: Mango

代码示例1
# in terminal:
rails routes # => List all your routes
# If you want to select
rails routes | grep yourModelName..