Module: MarshaledAttributes::ActiveRecord
- Defined in:
- lib/marshaled_attributes/active_record.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/marshaled_attributes/active_record.rb', line 3 def self.included(base) base.extend ClassMethods class << base attr_accessor :marshaled_attributes_options end end |