can I get into nested attributes and have them as remote objects?
puts account.company.address.city
Nevermind, I opened drb/drb.rb and saw the comments there. For the
archives, the classes Company and Address suggested in the example
above have to include the DRb::DRbUndumped mixin module.
– fxn
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.