Guest User

Untitled

a guest
Apr 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <% form_for @house do |f| %>
  2. <%= f.select(:id, @user.houses.collect { |h| [h.name, h.id] }, {}, {:onchange => "this.form.submit()"}) %>
  3. <% end %>
  4.  
  5.  
  6. ## This obviously will go to edit. How should i change it.
Add Comment
Please, Sign In to add comment