我在生成draper的时候遇到了麻烦。
当我使用rails g draper:decorator user时
我拿到了这个:Could not find generator draper:decorator.
有什么建议吗?
谢谢,
发布于 2014-05-08 15:01:34
rails g draper:decorator user应该是
rails g decorator User为了创建UserDecorator
https://stackoverflow.com/questions/23545296
复制相似问题