Guest User

Untitled

a guest
Jun 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <% form_for :shop_info, @shop_info, :url => { :action => "update", :id => @shop.url } do |f| %>
  2. <p><%= label :shop_info, :apparel_avail, "Apparel:" %> <%= f.select "apparel_avail" %>
  3. <p><%= submit_tag %></p>
  4. <% end %>
Add Comment
Please, Sign In to add comment