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