Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <%= form_for(:category,:url=>{:action=>'update',:id=>@category.id}) do |f|%>
  2. <div class="field">
  3. <b style="color: #808080;"> Cuisine name:&nbsp;</b>
  4. <%= f.select :cuisine_id,options_from_collection_for_select(@cuisines,"id","cuisine_name"),prompt:'select cuisine' %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement