RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: brdoco
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!
Trying to implement this in a Rails 3 app. Anyone know how to translate the following route for Rails 3:
Thanks!