Guest User

Untitled

a guest
May 24th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <div class="field">
  2. <%= form.label :topmenuitem_id %>
  3. <%= form.collection_select(:topmenuitem_id, @menuitems.all, :id, :title) %>
  4. </div>
Add Comment
Please, Sign In to add comment