Hello there,
I installed plugin “paperclip” for working with images, but after
running a command
rails generate paperclip user avatar
I am getting error
Could not find generator paperclip.
If I will try run a command
bundle show paperclip
So I will get
/Library/Ruby/Gems/1.8/gems/paperclip-2.3.0
In Gemfile I have
gem “paperclip”, “~> 2.3”
I guess this plugin should be installed right, but I don’t know, why I
am getting still that error. I am suing Rails 3.
Could anyone help me, please, with the solution of this error?
Thank you,
Manny