Commit 965fce93 by antico5 Committed by Jon Yurek

Remove duplicated attr_reader.

Remove duplicated attribute :whiny.
parent c0b7d08c
...@@ -36,7 +36,7 @@ module Paperclip ...@@ -36,7 +36,7 @@ module Paperclip
end end
attr_reader :name, :instance, :default_style, :convert_options, :queued_for_write, :whiny, attr_reader :name, :instance, :default_style, :convert_options, :queued_for_write, :whiny,
:options, :interpolator, :source_file_options, :whiny :options, :interpolator, :source_file_options
attr_accessor :post_processing attr_accessor :post_processing
# Creates an Attachment object. +name+ is the name of the attachment, # Creates an Attachment object. +name+ is the name of the attachment,
......
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