/dragonfly-mongoid_data_store

Mongo data store for Dragonfly ruby gem

Primary LanguageRubyMIT LicenseMIT

Dragonfly::MongoidDataStore

Mongoid data store for use with the Dragonfly gem.

Gemfile

gem 'dragonfly-mongoid_data_store'

Usage

Configuration, with default options (remember the require)

require 'dragonfly/mongoid_data_store'

Dragonfly.app.configure do
  # ...

  datastore :mongoid

  # ...
end

Current Authors, Maintainers

  • Nik Petersen

Attribution

This was originally forked from Mark Evan's dragonfly-mongo_data_store