Method: Primer::Forms::Builder#text_field_attributes

Defined in:
app/lib/primer/forms/builder.rb

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

[View source]

75
76
77
# File 'app/lib/primer/forms/builder.rb', line 75

def text_field_attributes(method, options = {})
  Tags::TextField.new(@object_name, method, @template, options).attributes
end