Module: ActiveRecord::Has::SparseAttributes
- Defined in:
- lib/active_record/has/sparse_attributes.rb,
lib/active_record/has/sparse_attributes/storage.rb,
lib/active_record/has/sparse_attributes/table_storage.rb,
lib/active_record/has/sparse_attributes/column_storage.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods Classes: ColumnStorage, ColumnStorageConfig, Storage, StorageConfig, TableStorage, TableStorageConfig
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/active_record/has/sparse_attributes.rb', line 8 def self.included(base) #:nodoc: base.extend(ClassMethods) end |