Sha256: dff0bc55379b9fe290329f0a042bbfd227a4f29cc8929fe486d00ed18e8e45a7
Contents?: true
Size: 469 Bytes
Versions: 110
Compression:
Stored size: 469 Bytes
Contents
# -*- encoding : utf-8 -*- InlineForms::SPECIAL_COLUMN_TYPES[:text_area_without_ckeditor]=:text def text_area_without_ckeditor_show(object, attribute) link_to_inline_edit object, attribute, object[attribute] end def text_area_without_ckeditor_edit(object, attribute) text_area_tag attribute, object[attribute], :class => 'attribute_text_area' end def text_area_without_ckeditor_update(object, attribute) object[attribute.to_sym] = params[attribute.to_sym] end
Version data entries
110 entries across 110 versions & 1 rubygems