RailsCasts Pro episodes are now free!

Learn more or hide this

brdoco's Profile

GitHub User: brdoco

Comments by

Avatar

Trying to implement this in a Rails 3 app. Anyone know how to translate the following route for Rails 3:

map.current_cart 'cart', :controller => 'carts', :action => 'show', :id => 'current'

Thanks!