I'm trying to run the migrate for the first time on a new project and I'm getting the error:
rake aborted!
undefined method `include_root_in_json=' for ActiveRecord::Base:Class
I've set up the database, set up a user, assigned the user to the database with full permissions and checked the information in the database.yml.
Any ideas?
Thanks