Skip to content
jyurek edited this page Sep 13, 2010 · 6 revisions

Removing Timestamps

Paperclip will automatically add a timestamp to the end of urls in an effort to ease caching. This isn’t always what you want, though. To remove this, pass “false” as the second argument to #url, and the url will be generated without the timestamp.

<%= image_tag @image.source.url(:large, false) %>