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:
parent
c07bc69fad
commit
bd14589fe4
1 changed files with 1 additions and 0 deletions
|
@ -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__))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue