method
json
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
json(name, options = {})public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 63
def json(name, options = {})
column(name, :json, options)
end