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