Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 10, 2014 01:13
Show Gist options
  • Save axilaris/9457777 to your computer and use it in GitHub Desktop.
Save axilaris/9457777 to your computer and use it in GitHub Desktop.
error
undefined method `name' for {:name=>"Andy", :id=>1}:Hash
form.html.erb
<%= select_tag "people", options_from_collection_for_select(@people, "id", "name") %>
controller
@people = [{:name => "Andy", :id => 1}, {:name => "Rachel", :id => 2}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment