Posted at 21:34h
in
paperclip,
Rails,
spree
by heridev
I decided to add a new image for a product in spree and in that scenario there is a generator provided by paperclip with the purpose of generate that new attachment I tried to run the following command:
[shell]
rails generate paperclip spree_products specs
[/shell]
Buuuuuuuut I received the following error:
`migration_file_name': protected method `migration_file_name' called for #
(NoMethodError)