RailsCasts Pro episodes are now free!
Learn more or hide this
Resources
git clone git://github.com/rails/rails.git git checkout v3.0.0
match 'products', :to => 'products#index' # same as match 'products', :to => ProductsController.action("index") match 'products/recent' # same as match 'products/recent', :to =>'products#recent', :as => 'products_recent'