Displaying 1 result from an estimated 1 matches for "efweiuvwnjernfwkefwebhsohj".
2011 Mar 17
7
Beta Invitation in Rails 3, little problem
INVITATION BETA EMAIL
I have in the email that the app send to friend''s email address
------------------------
You are invited to ExampleApp.com click below to signup
http://localhost:3000/signup.efweiuvwnjernfwkefwebhsohj
------------------------
But I have a dot in the url beteween http://localhost:3000 and the token
I wish the following url
http://localhost:3000/signup/efweiuvwnjernfwkefwebhsohj
------------------------
config/routes.rb
match ''/signup/:invitation_token'', :to => ''...