gem | draper | active_decorator |
参考URL | Railscast #286 | Rails3レシピブック外伝 recipe 10 |
反映タイミング | HogeDecorator 使用時 | view_assigns 時 |
関連対応 | decorates_association | partial render 時 |
参考:
- presenters
- draper
- active_decorator
draper (0.17.0) も active_decorator (0.3.3) も「rails g decorator Foo::Bar」で spec/decorators/bar_decorator_spec.rb が作成された。 (app の方は draper が app/decorators/foo/bar_decorator.rb で active_decorator が app/decorators/bar_decorator.rb だった。)
issues に報告済み