instance method
supports_json?
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
supports_json?()
Does this adapter support JSON data type?
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 514
def supports_json?
false
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 514
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter