Sha256: d0729476f4f70003a2b8a69531e6277825ad82d38707439a5395e292ce07c373
Contents?: true
Size: 329 Bytes
Versions: 25
Compression:
Stored size: 329 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.underscore, attribute end def image_update(object, attribute) object.send(attribute+'=',values) end
Version data entries
25 entries across 25 versions & 1 rubygems