`
zizipo
  • 浏览: 22619 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
社区版块
存档分类
最新评论

rails3 关于nest resource

 
阅读更多
rails3里面的nest_resource很强大。
1.route
resoureces :fathers do
  resources :children
end
2.表单
form_for [@father,@child] do
end
3.view helper
father_child_path(@fahter,@child)
father_children_path(@father)
....
4.controller_helper
对应的,后面改成_url
5.在controller中对应的action里面,有param[father_id]参数。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics