Commit cc926e99 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2322 from dpsk/patch-2

Add alias to rails plugin
parents 92a54ebc fdfc9070
......@@ -51,6 +51,7 @@ alias rds='rake db:seed'
alias rdd='rake db:drop'
alias rdtc='rake db:test:clone'
alias rdtp='rake db:test:prepare'
alias rdmtc='rake db:migrate db:test:clone'
alias rlc='rake log:clear'
alias rn='rake notes'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment