Guest User

Untitled

a guest
Jul 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <p>
  2. <% fields_for :plans do |vplan| %>
  3. Plan:
  4. <%= vplan.collection_select(:id, @plans, :id, :plan_nombre)%>
  5. <% if @idPlan != nil %>
  6. <%= label_tag :familiar, Plan.find(@idPlan).plan_nombre %>
  7. <% end %>
  8. <br/>
  9. <% end %>
  10. </p>
Add Comment
Please, Sign In to add comment