Module: Paperclip::Interpolations

Defined in:
lib/sga/paperclip_hack.rb

Instance Method Summary collapse

Instance Method Details

#id_partition(attachment, style_name) ⇒ Object



4
5
6
# File 'lib/sga/paperclip_hack.rb', line 4

def id_partition attachment, style_name
  ("%09d" % attachment.instance.id).scan(/\d{3}/).join("/")
end