@categorie ## In the view<!-- Considering you have @recipe and @categories --><% form_for :recipe, @recipe do |rec_form| %><%= rec_form.select :category_id, @categories.collect{|cat| [cat.name, cat.id]} %><% end %>