carrierwave-neo4j icon indicating copy to clipboard operation
carrierwave-neo4j copied to clipboard

NameError: uninitialized constant CarrierWave::Mount::Mounter

Open raphi opened this issue 8 years ago • 0 comments

Have the following with carrierwave 0.10.0, carrierwave-neo4j 2.0.1 and neo4j 5.1.4.

NameError: uninitialized constant CarrierWave::Mount::Mounter
    from /Users/raphael/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/carrierwave-neo4j-2.0.1/lib/carrierwave/neo4j.rb:51:in `_mounter'
    from /Users/raphael/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/bundler/gems/carrierwave-7802f70fa581/lib/carrierwave/mount.rb:144:in `cover_image'
    from /Users/raphael/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/bundler/gems/carrierwave-7802f70fa581/lib/carrierwave/mount.rb:358:in `cover_image'

Any idea how to fix it? Thanks

raphi avatar Aug 26 '15 13:08 raphi