Skip to content

Commit

Permalink
master: [snapshot]
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 7, 2018
1 parent c4e31cb commit aee3caf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test_apps/rails5.rb
Expand Up @@ -20,7 +20,10 @@ class Application < Rails::Application
config.action_controller.allow_forgery_protection = false
config.active_support.deprecation = :stderr
config.secret_key_base = '49837489qkuweoiuoqwe'
config.active_record.sqlite3.represent_boolean_as_integer = true

if config.active_record.sqlite3
config.active_record.sqlite3.represent_boolean_as_integer = true
end

config.middleware.delete Rack::Lock
config.middleware.delete ActionDispatch::Flash
Expand Down

0 comments on commit aee3caf

Please sign in to comment.