1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Ensure that include_root_in_json is true since our test suite depends on that.

This commit is contained in:
Lucas Mazza 2013-03-31 17:18:41 -03:00
parent c07bc69fad
commit bd14589fe4

View file

@ -1,5 +1,6 @@
ActiveRecord::Migration.verbose = false
ActiveRecord::Base.logger = Logger.new(nil)
ActiveRecord::Base.include_root_in_json = true
ActiveRecord::Migrator.migrate(File.expand_path("../../rails_app/db/migrate/", __FILE__))