Here''s what I''ve tried so far, without success:
map.connect ''/yes/:token'', :controller =>
''users'', :action =>
''confirmation'', :invitation_token => :token
map.connect ''/yes/:invitation_token'', :controller =>
''users'', :action => ''confirmation''
I tried these both after the map.devise_for :users line, so as to not
screw with the already working login system.
Walter
On Mar 11, 2011, at 11:12 AM, Walter Lee Davis wrote:
> I''d like to shorten up a confirmation link so that users
won''t have
> text-wrapping issues in their e-mail clients. My links look like
> this (using Devise confirmable):
>
>
http://example.example.com/users/invitation/accept?invitation_token=4O-R8B9XbJdB1OIa2J27
>
> and I''d like to make them more like
>
> http://example.example.com/yes?t=4O-R8B9XbJdB1OIa2J27
>
> or even shorter if possible.
>
> Is there a simple way to do this in routing?
>
> Walter
>
> --
> You received this message because you are subscribed to the Google
> Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-
> talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> .
> For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
> .
>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.