brightin/brightcontent

View on GitHub
attachments/README.md

Summary

Maintainability
Test Coverage
Installation
------------

Need more than a single file attachment for a model?

```ruby
class Blog < ActiveRecord::Base
  has_attached_files test: "200x200"
end
```