On Sep 16, 2011, at 11:15 PM, Tim Griffin wrote: > > Okay, does that mean that (after picking up your patch in Hobo), I should > return to my original approach, as a matter of style? I have to admit that > thinking in terms of setting "self.this" is a bit low-level for my liking > when (really) all I'm thinking of doing is loading a document by id. > > Will your patch correctly set self.this now if do @document = > Document.find_by_id(params[:id])?
Yep - the code was trying really hard to do it before, but the data wasn't making it into the template environment. It should work now. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
