I tried
  map.connect '/actions/:action_id/add_date/:date', :controller => 
'actions', action => 'add_date'
instead of
   map.connect ':controller/:id/:action/:action_id'
but that didn't work cause that's not what's not working.

I need to know how the link_to has to look like so the link_to URL looks 
like:
   http://localhost:3000/actions/980190963/add_date/2010-02-23
-- 
Posted via http://www.ruby-forum.com/.

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to