Sha256: 0a51c21783acaf133a349c3a3a221c28fd7d6137fbaec3676b55d0ab22bdb409
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
Paperclip.interpolates :image_owner_id do |attachment, style| attachment.instance.gallery.user_id.to_s end Paperclip.interpolates :image_gallery_id do |attachment, style| attachment.instance.gallery.id.to_s end Paperclip.interpolates :file_page_id do |attachment, style| attachment.instance.page_id.to_s end Paperclip.interpolates :file_owner_id do |attachment, style| attachment.instance.page.user_id.to_s end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wheels-0.1.30 | lib/wheels/paperclip_interpolations.rb |