rails rollback multiple migrations

Shell
rake db:rollback STEP=n 
# n = how many migrations you want to rollback
Source

Also in Shell: