Skip to content

Commit 866ab12

Browse files
committed
🔇 DEPRECATION WARNING: Leaving ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer
set to false is deprecated
1 parent ad95627 commit 866ab12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎test/dummy/config/application.rb‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class Application < Rails::Application
6161

6262
# parameters by using an attr_accessor or attr_protected declaration.
6363
#config.active_record.whitelist_attributes = true
64+
65+
config.active_record.sqlite3.represent_boolean_as_integer = true
6466
end
6567
end
66-

0 commit comments

Comments
 (0)