class Ariadne::Forms::Builder

def text_field_attributes(method, options = {})

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