Add 'rake middleware' alias.

This commit is contained in:
Gustavo Villa 2015-09-28 14:59:06 -03:00
parent 52e2aaee06
commit 3e04cd62d3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ alias rn='rake notes'
alias rr='rake routes'
alias rrg='rake routes | grep'
alias rt='rake test'
alias rmd='rake middleware'
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'