In my application a user has books. So
>> User.reverse_reflection(:books).try(:name) => :owner >> Book.reverse_reflection(:owner).try(:name) => :books So far so good. But if I edit and save any DRYML page then >> Book.reverse_reflection(:owner).try(:name) => :books And the application fails. And I have to restart the server. Development nightmare. Has this happened to anybody? I am not able to see why chaning DRYML will affect the reverse_reflection. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
