Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 340 Bytes

README.rdoc

File metadata and controls

15 lines (8 loc) · 340 Bytes

CarrierWave for Neo4j

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

Installation Instructions

gem install carrierwave-neo4j

Use it like this:

require "carrierwave/neo4j"

Using bundler:

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