Top Level Namespace

Defined Under Namespace

Modules: K3cms

Instance Method Summary collapse

Instance Method Details

#email_field_tag(name, value = nil, options = {}) ⇒ Object



1
2
3
# File 'lib/form_tag_helper.rb', line 1

def email_field_tag(name, value = nil, options = {})
  text_field_tag(name, value, options.stringify_keys.update("type" => "email"))
end