Commit a4aa75f5 by Maxime Garcia

FIx: Typo in README

parent d5268f15
...@@ -694,7 +694,7 @@ processors, where a defined `watermark` processor is invoked after the ...@@ -694,7 +694,7 @@ processors, where a defined `watermark` processor is invoked after the
```ruby ```ruby
class User < ActiveRecord::Base class User < ActiveRecord::Base
has_attached_file :avatar, :processors => lambda { |instance| instance.processors } has_attached_file :avatar, :processors => lambda { |instance| instance.processors }
attr_accessor :watermark attr_accessor :processors
end 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