I\'m working on my first RoR project and attempting to use the Paperclip gem, but I\'m running into an error I can\'t seem to figure out:
wrong number of
You are using the wrong version of cocaine. Run bundle install
then make sure you are using bundle exec rails s
to start your rails server.
The run method in the newer version of cocaine (~> 0.4.0) takes an optional argument (def run(interpolations = {})
) that the older version (0.3.2) didn't.
See comments above.