An open API service indexing awesome lists of open source software.

https://github.com/aileron-inc/mongoid-refile


https://github.com/aileron-inc/mongoid-refile

mongodb mongoid rails rails5 refile

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Refile::Mongoid

[Mongoid](http://mongoid.org/) extension for [Refile](https://github.com/refile/refile).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'mongoid-refile'
```

## Usage

```ruby
class User
include Mongoid::Document
include Mongoid::Refile

attachment :profile_image
end
```

## License

[MIT](/LICENSE.txt)