Why are you calling find_instance? You don't appear to use the result, and it's not going to work for an index action anyways (it essentially calls Cdr.find(params[:id]) in this case, which will clearly fail).
The "page not found" is the result of Rails catching the RecordNotFound exception and displaying a 404 error page. --Matt Jones On Aug 24, 2009, at 9:18 AM, MichelV69 wrote: > > Good morning, guys! Thanks for all your suggestions. I went ahead > with using "index.dryml", and got the same effect. > > I've put the relevant code slices at http://gist.github.com/173855 ... > I'd really appreciate someone with more experience taking a peak and > telling me what I've done wrong. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
