Module: ActiveRecord::Acts::Diffable
- Defined in:
- lib/acts_as_diffable.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods, SingletonMethods
Constant Summary collapse
- SINGULAR_MACROS =
[:has_one, :belongs_to]
- PLURAL_MACROS =
[:has_many, :has_and_belongs_to_many]
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 13 |
# File 'lib/acts_as_diffable.rb', line 10 def self.included(base) base.extend(ClassMethods) end |