Just an fyi for clarity (and anyone searching), the create action is not what's used for invitation. That's a lifecycle creator on the user (similar to transitions).
On Sunday, February 3, 2013 3:40:15 PM UTC-7, Alex Greif wrote: > > Hi Bryan, > > I have got the same in hobo_routes.rb. > It is really strange. > I have got the feeling, that my safari makes some problem. > > I will test it later. > > thanks, > Alex. > > > 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]<javascript:>> > 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] <javascript:>. > >> To post to this group, send email to > >> [email protected]<javascript:>. > > >> 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] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > 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.
