test/dummy/config/application.rb in proposal-2.0.0 vs test/dummy/config/application.rb in proposal-2.0.1

- old
+ new

@@ -6,9 +6,10 @@ # you've limited to :test, :development, or :production. Bundler.require(:default, Rails.env) module Dummy class Application < Rails::Application + config.active_record.sqlite3.represent_boolean_as_integer = true # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.