1

我在生成 draper 时遇到了问题。

当我使用rails g draper:decorator user

我懂了 :Could not find generator draper:decorator.

  • 我在 gem 文件中得到了 draper 并进行了捆绑安装。

有什么建议么 ?

谢谢,

4

1 回答 1

2
rails g draper:decorator user

应该

rails g decorator User

为了创建你的UserDecorator

于 2014-05-08T15:01:34.310 回答