Module: ActiveRecord::CustomAttributes

Defined in:
lib/active_record/custom_attributes.rb

Defined Under Namespace

Modules: ClassMethods, Core Classes: CustomAttribute, CustomAttributeDefinitionHelper, CustomAttributeList, CustomAttributeModel

Constant Summary collapse

CUSTOM_ATTRIBUTE_TYPES =
%w(string integer boolean date time datetime float)

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

:nodoc:



7
8
9
# File 'lib/active_record/custom_attributes.rb', line 7

def self.included(base) # :nodoc:
  base.extend ClassMethods
end