Skip to content

Commit

Permalink
Add rdms alias to rails plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dskecse committed Jan 9, 2015
1 parent c78277f commit a55a313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/rails/rails.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a55a313

Please sign in to comment.