Commit 86a41a86 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3480 from dskecse/add-rails-rdms-alias

Add rdms alias to rails plugin
parents d28917d5 a55a3133
......@@ -45,6 +45,7 @@ alias rsd='rails server --debugger'
# Rake aliases
alias rdm='rake db:migrate'
alias rdms='rake db:migrate:status'
alias rdr='rake db:rollback'
alias rdc='rake db:create'
alias rds='rake db:seed'
......
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