class Ariadne::Forms::Builder

def select(method, choices = nil, options = {}, html_options = {}, &block)

def select(method, choices = nil, options = {}, html_options = {}, &block)
  super(method, choices, options.merge(generate_error_markup: false), classify(html_options), &block)
end