Association

16 views
Skip to first unread message

Franky Quiñones

unread,
Apr 24, 2014, 5:10:02 AM4/24/14
to plataformate...@googlegroups.com
Hi! New to rails over here.




<%= simple_form_for(@rotacion) do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :fecha %>
    <%= f.input :comentario %>
    <%= f.association :empleado%>   <---------------- I want it to have a dropdown with :id :name :lastname from the
                                                                          Empleados Table. so when a user clicks they can see this: 
                                                    __________________
                                                    |_________________|
                                                      | 001 John Matos  |
                                                      | 002 Axel Copper |
                                                      | 004 Jack Bee     |
                                                      | 008 Joe Two      |
                                                      | 009 Frank Tio     |

                     



Reply all
Reply to author
Forward
0 new messages