class Marker::Hooks::SimpleForm::MarkerInput

Public Instance Methods

input(_wrapper_options = nil) click to toggle source
# File lib/marker/hooks/simple_form.rb, line 7
def input(_wrapper_options = nil)
  @builder.marker_field(attribute_name, options, input_html_options)
end