Sha256: 5bc96c704174b626cf0ca8dec7ff4e4b50631f27aa6fdc215ec2e16e167bd278
Contents?: true
Size: 426 Bytes
Versions: 23
Compression:
Stored size: 426 Bytes
Contents
# -*- encoding : utf-8 -*- InlineForms::SPECIAL_COLUMN_TYPES[:devise_password_field]=:string def devise_password_field_show(object, attribute) link_to_inline_edit object, attribute, '' end def devise_password_field_edit(object, attribute) password_field_tag attribute, '', :class => 'input_devise_password_field' end def devise_password_field_update(object, attribute) object.password = params[attribute.to_sym] end
Version data entries
23 entries across 23 versions & 1 rubygems