We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a1f5e commit 45bcc21Copy full SHA for 45bcc21
spec/dummy/config/application.rb
@@ -26,5 +26,6 @@ class Application < Rails::Application
26
# config.i18n.default_locale = :de
27
config.secret_key_base = 'TODO Put something here'
28
config.action_controller.permit_all_parameters = true
29
+ config.active_record.sqlite3.represent_boolean_as_integer = true
30
end
31
0 commit comments