質問

I got a problem while generating draper.

When I use rails g draper:decorator user

I got this : Could not find generator draper:decorator.

  • I got draper in gem file and made bundle install.

Any suggestions ?

Thanks,

役に立ちましたか?

解決

rails g draper:decorator user

should be

rails g decorator User

in order to create your UserDecorator

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top