Skip to content

SyncedPSI/carrierwave-neo4j

 
 

Repository files navigation

CarrierWave for Neo4j

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

Installation Instructions

Add to your Gemfile:

gem 'carrierwave-neo4j', require: 'carrierwave/neo4j'

Use it like this:

class Asset
  include Neo4j::ActiveNode

  property :attachment, type: String
  mount_uploader :attachment, AttachmentUploader
end

About

Neo4j support for Carrierwave

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%