instance method
supports_json?
Ruby on Rails 8.1.2
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 542
def supports_json?
false
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 542
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter