4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
|
<p>
|
||
|
<%= form.label :time_budget_category_id %>
|
||
|
<%= form.collection_select :time_budget_category_id, TimeBudgetCategory.all, :id, :name, include_blank: true %>
|