Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 340 Bytes

File metadata and controls

15 lines (8 loc) · 340 Bytes

This gem adds support for Neo4j to CarrierWave, see the CarrierWave documentation for more detailed usage instructions.

gem install carrierwave-neo4j

Use it like this:

require "carrierwave/neo4j"

Using bundler:

gem "carrierwave-neo4j", :require => "carrierwave/neo4j"