There's definitely code in the system to do that.   It's certainly
possible that it's broken -- that was the last major change made to
Hobo 2.0.

You can try changing the config.hobo.dont_emit_deprecated_routes to
false in your config/application.rb.  That will emit the old style of
routes as well as the new style.   The two sets of routes should be
identical except for naming.   If they aren't, it's definitely a bug.

Bryan


On Sat, Feb 2, 2013 at 8:04 AM, Alex Greif <[email protected]> wrote:
> Hi,
>
> with 2.0.0pre7 just created a project with an admin subsite had to add the
> following manually to the routes.rb
>
>   namespace :admin do
>     resources :users
>   end
>
> maybe this can be done inside the generator.
>
> Alex.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/hobousers?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to