Displaying 1 result from an estimated 1 matches for "ouboundsmsatom".
Did you mean:
outboundsmsatom
2006 Jul 31
0
Issues with has_many, belongs_to and dependency settings
...;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.1/lib/active_support/dependenc
ies.rb:100:in `const_missing''
from
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependenc
ies.rb:131:in `const_missing''
from
/usr/lib/ruby/gems/1.8/ge...