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.
ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer
1 parent ad95627 commit 866ab12Copy full SHA for 866ab12
‎test/dummy/config/application.rb‎
@@ -61,6 +61,7 @@ class Application < Rails::Application
61
62
# parameters by using an attr_accessor or attr_protected declaration.
63
#config.active_record.whitelist_attributes = true
64
+
65
+ config.active_record.sqlite3.represent_boolean_as_integer = true
66
end
67
-
0 commit comments