module DataMapper::PostgresJSON::ClassMethods
Public Instance Methods
type_map()
click to toggle source
Calls superclass method
# File lib/dm-pg-json.rb, line 54 def type_map super.merge(Property::PgJSON => {:primitive => 'JSON'}).freeze end