Commit cf8f76d8 by Prem Sichanugrist

Update Paperclip's default URL in documentation

parent 53c8dde4
...@@ -103,7 +103,7 @@ module Paperclip ...@@ -103,7 +103,7 @@ module Paperclip
# that can control permissions. You can specify the full domain and path, but usually # that can control permissions. You can specify the full domain and path, but usually
# just an absolute path is sufficient. The leading slash *must* be included manually for # just an absolute path is sufficient. The leading slash *must* be included manually for
# absolute paths. The default value is # absolute paths. The default value is
# "/system/:attachment/:id/:style/:filename". See # "/system/:class/:attachment/:id_partition/:style/:filename". See
# Paperclip::Attachment#interpolate for more information on variable interpolaton. # Paperclip::Attachment#interpolate for more information on variable interpolaton.
# :url => "/:class/:attachment/:id/:style_:filename" # :url => "/:class/:attachment/:id/:style_:filename"
# :url => "http://some.other.host/stuff/:class/:id_:extension" # :url => "http://some.other.host/stuff/:class/:id_:extension"
......
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