Refile::NoBrainer

NoBrainer extension for Refile.

Installation

Add this line to your application's Gemfile:

gem "refile-nobrainer"

Usage

require "refile/nobrainer"

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

  attachment :profile_image
end

License

MIT

Notice

Kudos go out to @krettan

Copied from https://github.com/krettan/refile-mongoid