Re: [Rails] Rails 2.3 basic routing question

2011-03-11 Thread Walter Lee Davis
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

[Rails] Rails 2.3 basic routing question

2011-03-11 Thread Walter Lee Davis
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