Bob, OK, great. I added the route manually (had a syntax problem the first time I tried but I figured that out after your suggestion). Thanks!
However, when trying the other two methods below, I get errors from hobo. With the first method (adding actions) I assumed it was because the front controller hobo_controller instead of hobo_model_controller. However, I get the same problems when trying the web_method way also (web_method isn't a defined method or something like that). Is it usable in hobo_controller controllers, or is it limited to hobo_model_controllers also? Thanks again for the help! On Sep 15, 5:25 pm, Bob Sleys <[email protected]> wrote: > I believe it would be localhost:3000/front/newpage > > Though hobo may not make a route for it. > > So you have a couple of options, make one yourself. > > have hobo do it for you via extra routes added to default hobo action > seehttp://cookbook.hobocentral.net/manual/controllers#adding_extra_actions > > or again have hobo create them via web methods > seehttp://cookbook.hobocentral.net/manual/controllers#web_methods > > Bob -- 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.
