module DataMapper::PostgresJSON

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/dm-pg-json.rb, line 49
def self.included(base)
  base.extend ClassMethods
end