class MarkerInput

Public Instance Methods

to_html() click to toggle source
# File lib/marker/hooks/formtastic.rb, line 6
def to_html
  input_wrapping do
    label_html << builder.marker_field(method, options, input_html_options)
  end
end