module DataMapper::PostgresTypes

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/dm-postgres-types.rb, line 41
def self.included(base)
  base.extend ClassMethods
end