【发布时间】:2014-05-08 14:51:56
【问题描述】:
我在生成 draper 时遇到了问题。
当我使用rails g draper:decorator user时
我知道了:Could not find generator draper:decorator.
- 我在 gem 文件中获得了 draper 并进行了捆绑安装。
有什么建议吗?
谢谢,
【问题讨论】:
我在生成 draper 时遇到了问题。
当我使用rails g draper:decorator user时
我知道了:Could not find generator draper:decorator.
有什么建议吗?
谢谢,
【问题讨论】:
rails g draper:decorator user
应该是
rails g decorator User
为了创建你的UserDecorator
【讨论】: