Commit 30d0efb4 by Jon Yurek

Merge pull request #1654 from maximeg/patch-1

Fix: Typo in README
parents 34d3ebea a4aa75f5
......@@ -694,7 +694,7 @@ processors, where a defined `watermark` processor is invoked after the
```ruby
class User < ActiveRecord::Base
has_attached_file :avatar, :processors => lambda { |instance| instance.processors }
attr_accessor :watermark
attr_accessor :processors
end
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment