这种情况怎样复用
关键词:blog,rest
luoye6401531:
相关文章: X
关於RESTfull rails
ActionController::Resources + ActiveResource = REST
REST 是什麽?
<img src=http://www.javaeye.com/images/icon_more.gif/>
一个blog 一个听歌的地方 都有评论的功能
用rest风格写的 想复用评论的功能 有什麽好办法?
yehs220:
有个plugin - commentable
luoye6401531:
谢还想问一个blog article comment用REST怎样表示 三重嵌套?
yehs220:
map.resources :blogs do |blog|
blog.resources :articles do |article|
article.resources :comments
end
end
没试过,不知道可不可以,不行就用path_prefix。不过三层也太长了点吧,不好