Re: [Rails] Re: Re: Beta Invitation in Rails 3, little problem

2011-03-18 Thread radhames brito
On Fri, Mar 18, 2011 at 5:01 PM, Cluter Vipic wrote: > Radhames Brito wrote in post #988052: > >> > > try this , go to the console and type rails c, then type this > > > > r = ActionController::Routing::Routes > > > > then > > > > r.generate :controller => :invitations, :action => create , : > >

[Rails] Re: Re: Beta Invitation in Rails 3, little problem

2011-03-18 Thread Cluter Vipic
Radhames Brito wrote in post #988052: >> > try this , go to the console and type rails c, then type this > > r = ActionController::Routing::Routes > > then > > r.generate :controller => :invitations, :action => create , : > invitation_token => "123" > > see if it generates what you want , then use