Top Level Namespace

Defined Under Namespace

Modules: Mongoid, Paperclip

Instance Method Summary collapse

Instance Method Details

#id_partitionObject

the id of mongoid is not integer, correct the id_partitioin.



12
13
14
# File 'lib/mongoid_paperclip.rb', line 12

Paperclip.interpolates :id_partition do |attachment, style|
  attachment.instance.id.to_s.scan(/.{4}/).join("/")
end