Method: Primer::Forms::Builder#select
- Defined in:
- app/lib/primer/forms/builder.rb
permalink #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, = {}, = {}, &block) super(method, choices, .merge(generate_error_markup: false), classify(), &block) end |