Module: Bigamy::Base
- Defined in:
- lib/bigamy.rb
Class Method Summary collapse
Class Method Details
.configure(model) ⇒ Object
26 27 28 29 |
# File 'lib/bigamy.rb', line 26 def self.configure(model) model.class_inheritable_accessor :bigamy_associations model.bigamy_associations = {} end |