Class: RTM::AR::Associations

Inherits:
TMSetDelegator show all
Defined in:
lib/rtm/activerecord/set_wrapper.rb

Instance Method Summary collapse

Methods inherited from TMSetDelegator

#&, #==, #[], #add, #add_all, #content_class, #delete, #each, #empty?, #find, #first, #include?, #initialize, #last, #method_missing, #old_method_missing, #old_respond_to?, #respond_to?, #size, #to_s, wrap

Methods inherited from TMDelegator

#__getobj__, #__setobj__, aka_property, class_delegate, delegate, #eql?, equality, #hash, #initialize, parent, property, property_set, wrapper_cache

Constructor Details

This class inherits a constructor from RTM::AR::TMSetDelegator

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RTM::AR::TMSetDelegator

Instance Method Details

#wrap(obj) ⇒ Object



16
17
18
# File 'lib/rtm/activerecord/set_wrapper.rb', line 16

def wrap(obj)
  Association.wrap(obj)
end