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