On Aug 24, 11:31 am, Matt Jones <[email protected]> wrote: > 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 > Hi, Matt. I'm doing it, because I inferred from the Agility tutorial that I had to. If I don't do that, I just get a blank page; nothing renders at all. Not even the menus.
Thank-you for explaining what the error means. Can you point me in the right direction of what I -should- be doing to replace the index page for a given MVC trio? I'm sure I won't be the only new comer trying to do this as part of a project. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
