Sha256: c85c8ffaa55d81850531e2ba8bad6edaf1491f26ee6029ea9c1dd1489d083306
Contents?: true
Size: 327 Bytes
Versions: 12
Compression:
Stored size: 327 Bytes
Contents
InlineForms::SPECIAL_COLUMN_TYPES[:image]=:image # image via paperclip def image_show(object, attribute) link_to_inline_image_edit object, attribute end def image_edit(object, attribute) file_attribute object.class.to_s.downcase, attribute end def image_update(object, attribute) object.send(attribute+'=',values) end
Version data entries
12 entries across 12 versions & 1 rubygems