module Poppy::ActiveRecord
Constants
- COLUMN_TYPES
- DEFAULT_COLUMN_TYPE
- PostgreSQLAdapter
- PostgreSQLArrayType
Public Class Methods
included(base)
click to toggle source
# File lib/poppy/active_record.rb, line 17 def self.included(base) base.send :extend, ClassMethods end