Module: ActiveAttr::Model
- Extended by:
- ActiveSupport::Concern
- Includes:
- AttributeDefaults, BasicModel, BlockInitialization, Logger, MassAssignment, QueryAttributes, Serialization, TypecastedAttributes, ActiveModel::Validations::Callbacks
- Defined in:
- lib/active_attr/model.rb
Overview
Model is a shortcut for incorporating the most common model functionality into your model with one include
See the included modules to learn more.
Method Summary
Methods included from MassAssignment
#assign_attributes, #attributes=, #initialize
Methods included from ChainableInitialization
Methods included from Attributes
#==, #attributes, filter_attributes, filter_attributes=, #inspect, #read_attribute, #write_attribute
Methods included from TypecastedAttributes
Methods included from Typecasting
#typecast_attribute, #typecaster_for
Methods included from QueryAttributes
Methods included from AttributeDefaults
#apply_defaults, #attribute_defaults, #initialize