yxlau / refile-mongoid

Allow MongoID to play nicely with refile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refile::Mongoid

Mongoid extension for Refile.

Installation

Add this line to your application's Gemfile:

gem 'refile-mongoid'

Usage

require "refile/mongoid"

class User
  include Mongoid::Document
  extend Refile::Mongoid::Attachment

  attachment :profile_image
end

License

MIT

About

Allow MongoID to play nicely with refile

License:MIT License


Languages

Language:Ruby 100.0%