Guest User

Untitled

a guest
Jun 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <% semantic_form_for @cheque do |f| %>
  2. <% f.inputs do %>
  3. <%= f.input :doctor, :collection => Doctor.all, :include_blank => false %>
  4. <% end %>
  5. <%= f.buttons %>
  6. <% end %>
Add Comment
Please, Sign In to add comment