Skip to content

Commit

Permalink
rails3, added rgm = 'rails generate migration'
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Jun 1, 2012
1 parent caa1554 commit a04484e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/rails3/rails3.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ alias rd='_rails_command destroy'
alias rdb='_rails_command dbconsole'
alias rdbm='rake db:migrate db:test:clone'
alias rg='_rails_command generate'
alias rgm='_rails_command generate migration'
alias rp='_rails_command plugin'
alias ru='_rails_command runner'
alias rs='_rails_command server'
Expand Down

0 comments on commit a04484e

Please sign in to comment.