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 dcb98f5 commit c2e1ea5Copy full SHA for c2e1ea5
spec/dummy/config/application.rb
@@ -26,6 +26,5 @@ 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