Hi Alex,

I just generated a new invite-only application, and after running the
app, this was in my config/hobo_routes.rb:

  namespace :admin do
    # Resource routes for controller admin/users
    resources :users do
      collection do
        post 'invite', :action => 'do_invite'
        get 'invite'
      end
    end
  end

What's in your config/hobo_routes.rb?

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