Module: EncryptedFormFields::Helpers::FormBuilder

Defined in:
lib/encrypted_form_fields/helpers/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#encrypted_field(method, options = {}) ⇒ Object



5
6
7
# File 'lib/encrypted_form_fields/helpers/form_builder.rb', line 5

def encrypted_field(method, options = {})
  @template.encrypted_field(@object_name, method, objectify_options(options))
end