Created by: lyonsv
I tried to run the generator rails generate administrate:install, however the process failed as ActiveRecord no longer supports the column_types method on a model.
I've updated that to attribute_types.
Created by: lyonsv
I tried to run the generator rails generate administrate:install, however the process failed as ActiveRecord no longer supports the column_types method on a model.
I've updated that to attribute_types.