has-friendship / has_friendship

Add friendship to ActiveRecord models
MIT License
198 stars 98 forks source link

No way to rollback the migrations #29

Closed f-anthonioz closed 8 years ago

f-anthonioz commented 8 years ago

To reproduce the issue on V1.0.0:

rails generate has_friendship
rake db:migrate
rake db:rollback STEP=3
rake db:migrate

This is due to the absence of down method in CreateFriendships migration.

sungwoncho commented 8 years ago

Fixed by #30.