0.0
No release in over 3 years
Low commit activity in last 3 years
Allow MongoID to play nicely with refile
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 10.0
~> 3.3

Runtime

< 7.0, >= 3.0
< 0.7, >= 0.6
 Project Readme

Refile::Mongoid

Mongoid extension for Refile.

Installation

Add this line to your application's Gemfile:

gem 'mongoid-refile'

Usage

class User
  include Mongoid::Document
  include Mongoid::Refile

  attachment :profile_image
end

License

MIT