acts_as_follower
acts_as_follower copied to clipboard
Add version to migration file if rails5+
Rails5+ requires migration version included in the migration file superclass eg: class ActsAsFollowerMigration < ActiveRecord::Migration[5.1]
The Travis CI test for RAILS_VERSION=5.0.0.1 is failing. I thought it was the changes I made, I removed all code added by me and it was still failing. Looks like they are unrelated. I've added back my changes.