Sha256: 2311937c37e7b14571eafeae3496b1b65170664ae9618b34e945fb4c32af03e2
Contents?: true
Size: 170 Bytes
Versions: 2
Compression:
Stored size: 170 Bytes
Contents
module Paperclip module Interpolations def id_partition attachment, style_name ("%09d" % attachment.instance.id).scan(/\d{3}/).join("/") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sga_paperclippolymorph-0.2.7 | lib/sga/paperclip_hack.rb |
sga_paperclippolymorph-0.2.6 | lib/sga/paperclip_hack.rb |