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
- Host: GitHub
- URL: https://github.com/aileron-inc/mongoid-refile
- Owner: aileron-inc
- License: mit
- Created: 2016-11-06T06:39:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T09:26:43.000Z (over 3 years ago)
- Last Synced: 2025-10-07T23:42:26.497Z (8 months ago)
- Topics: mongodb, mongoid, rails, rails5, refile
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)