Commit 081b8888 by Jon Yurek

Removed :filename interpolation from the docs.

parent 7874cfdd
...@@ -98,7 +98,8 @@ module Paperclip ...@@ -98,7 +98,8 @@ module Paperclip
# as easily point to a directory served directly through Apache as it can to an action # as easily point to a directory served directly through Apache as it can to an action
# 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 "/:class/:attachment/:id/:style_:filename". See # absolute paths. The default value is
# "/:class/:attachment/:id/:style_:basename.:extension". See
# Paperclip::Attachment#interpolate for more information on variable interpolaton. # Paperclip::Attachment#interpolate for more information on variable interpolaton.
# :url => "/:attachment/:id/:style_:basename:extension" # :url => "/:attachment/:id/:style_:basename:extension"
# :url => "http://some.other.host/stuff/:class/:id_:extension" # :url => "http://some.other.host/stuff/:class/:id_:extension"
......
...@@ -15,7 +15,7 @@ module Paperclip ...@@ -15,7 +15,7 @@ module Paperclip
# make a symlink to the capistrano-created system directory from inside your app's # make a symlink to the capistrano-created system directory from inside your app's
# public directory. # public directory.
# See Paperclip::Attachment#interpolate for more information on variable interpolaton. # See Paperclip::Attachment#interpolate for more information on variable interpolaton.
# :path => "/var/app/attachments/:class/:id/:style/:filename" # :path => "/var/app/attachments/:class/:id/:style/:basename.:extension"
module Filesystem module Filesystem
def self.extended base def self.extended base
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