search for: this_object

Displaying 1 result from an estimated 1 matches for "this_object".

Did you mean: g_is_object
2006 Jul 31
0
Issues with has_many, belongs_to and dependency settings
I have 2 models SmsAddress & OutboundSmsAtom SmsAddress { has_many :other_objects, :dependency => :nullify } OutboundSmsAtom { #note this object also "belongs_to" other objects if that matters belongs_to :this_object } Whenever I try to destroy an object of type ThisObject, which at the time has 0 "children" OtherObjects I get the following type of error message >> address.destroy NameError: uninitialized constant OuboundSmsAtom from /usr/lib/ruby/gems/1.8/gems/activesupport-1.3....