honor
honor copied to clipboard
Solution: Directly inheriting from ActiveMigration
If you are getting this error:
https://gyazo.com/d31c1c1ae523f5a831d03070fbe5df52
Add [5.0] like this to each migration file line 1:
class CreateHonorPoints < ActiveRecord::Migration[5.0]
That allowed the migration to proceed.