Sha256: 8bce1382de2023de62820578c9004c9c9df75afaf024435665a47ae51854e6a7
Contents?: true
Size: 267 Bytes
Versions: 65
Compression:
Stored size: 267 Bytes
Contents
# not needed here, since this is only used in the views InlineForms::SPECIAL_COLUMN_TYPES[:info]=:string def info_show(object, attribute) object.send(attribute) end def info_edit(object, attribute) object[attribute] end def info_update(object, attribute) end
Version data entries
65 entries across 65 versions & 1 rubygems