Closed f-anthonioz closed 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.
Fixed by #30.
To reproduce the issue on V1.0.0:
This is due to the absence of down method in CreateFriendships migration.