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 <
bsl...@gmail.com> 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