Commit 293afb05 by Henrik N

Typos.

parent 429c78ce
...@@ -79,9 +79,9 @@ module Paperclip ...@@ -79,9 +79,9 @@ module Paperclip
original_filename.nil? ? interpolate(@default_url, style) : interpolate(@url, style) original_filename.nil? ? interpolate(@default_url, style) : interpolate(@url, style)
end end
# Returns the path of the attachment as defined by the :path optionn. If the # Returns the path of the attachment as defined by the :path option. If the
# file is stored in the filesystem the path refers to the path of the file on # file is stored in the filesystem the path refers to the path of the file on
# disk. If the file is stored in S3, the path is the "key" part of th URL, # disk. If the file is stored in S3, the path is the "key" part of the URL,
# and the :bucket option refers to the S3 bucket. # and the :bucket option refers to the S3 bucket.
def path style = nil #:nodoc: def path style = nil #:nodoc:
interpolate(@path, style) interpolate(@path, style)
......
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