Module: ActionView::Helpers::FormTagHelper

Defined in:
lib/form_helper.rb

Instance Method Summary collapse

Instance Method Details

#original_text_field_tagObject



11
# File 'lib/form_helper.rb', line 11

alias_method :original_text_field_tag, :text_field_tag

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



12
13
14
# File 'lib/form_helper.rb', line 12

def text_field_tag(name, value = nil, options = {})
  original_text_field_tag(name, value, rename_autocomplete_option(options))
end