Method: Primer::Forms::Builder#text_field_attributes
- Defined in:
- app/lib/primer/forms/builder.rb
permalink #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, = {}) Tags::TextField.new(@object_name, method, @template, ).attributes end |