Skip to content

Commit 45bcc21

Browse files
committed
chore(sqlite): fix warning
1 parent a9a1f5e commit 45bcc21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/dummy/config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ class Application < Rails::Application
2626
# config.i18n.default_locale = :de
2727
config.secret_key_base = 'TODO Put something here'
2828
config.action_controller.permit_all_parameters = true
29+
config.active_record.sqlite3.represent_boolean_as_integer = true
2930
end
3031
end

0 commit comments

Comments
 (0)