Adding custom routes to rails

1 map.resources :notes, :member => { :symbol => :get }
      2 
      3 # or you could use :collection => { :symbol => :get, :post, :put, :etc }
      4 # run "rake routes | mate" in terminal to view your routes (with textmate)
      

Picture of Scott Motte

delicious facebook rss twitter

Spitfire Sky | github | archives | resume