标签: ruby-on-rails ruby ruby-on-rails-3 inherited-resources draper
如何将Draper与Inherited Resources一起使用?
换句话说,如何为每个资源调用方法(#decorate)?例如@posts为#index,@post为#show?
#decorate
@posts
#index
@post
#show
我想到了default_scope,但是与Draper相关的一切都需要在控制器中,而不是在模型中,imho。
default_scope
答案 0 :(得分:0)
你可以在Draper的Github中看一下这个讨论:
https://github.com/drapergem/draper/issues/99