Method: Primer::Forms::Builder#select

Defined in:
app/lib/primer/forms/builder.rb

#select(method, choices = nil, options = {}, html_options = {}, &block) ⇒ Object

[View source]

67
68
69
# File 'app/lib/primer/forms/builder.rb', line 67

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