ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2008年12月18日 星期四
Shallow Routes, Resources With Specific Actions
Shallow Routes
map.resources :users, :shallow => true do |user|
user.resources :books
end
不過books_path 還是不能叫的
6.3 Resources With Specific Actions
現在你可以指定你想要生哪個 action 的 path, 要route哪些, 因為Rails 生這些東西也是要耗memory的, 而這些設定會被nested resource 繼承
map.resources :photos, :only => [:index, :show]
map.resources :products, :except => :destroy
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言