3 lines
134 B
Plaintext
3 lines
134 B
Plaintext
<%= options_for_select [['.', nil]] unless @quantities.empty? -%>
|
|
<%= options_from_collection_for_select(@quantities, :id, :name) -%>
|