adds an alias to search for the rails routes that pattern match a string

This commit is contained in:
Mohnish Jadwani 2015-07-07 09:47:49 +05:30
parent 3ea3384186
commit dff03743ef
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'
alias rrg='rake routes | grep '
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'