Skip to content

Commit c8a6f2e

Browse files
committed
Style/InverseMethods
1 parent f35fa68 commit c8a6f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if Rails.application.config.respond_to?(:active_record) && !(RUBY_ENGINE == "jruby")
1+
if Rails.application.config.respond_to?(:active_record) && RUBY_ENGINE != "jruby"
22
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
33
end

0 commit comments

Comments
 (0)