Module: ActionView::Helpers::FormHelper

Defined in:
lib/form_helper.rb

Instance Method Summary collapse

Instance Method Details

#original_text_fieldObject



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

alias_method :original_text_field, :text_field

#text_field(object_name, method, options = {}) ⇒ Object



5
6
7
# File 'lib/form_helper.rb', line 5

def text_field(object_name, method, options = {})
  original_text_field(object_name, method, rename_autocomplete_option(options))
end