module Bodhi::Associations

Public Class Methods

included(base) click to toggle source
# File lib/bodhi-slam/associations.rb, line 188
def self.included(base)
  base.extend(ClassMethods)
  base.instance_variable_set(:@associations, Hash.new)
end