<%= error_messages_for 'game' %>


<%= text_field 'game', 'title' %>


<%= check_box 'game', 'newrelease' %>


<%= select 'game', 'platform', Gameplatform.find(:all).collect {|c| [c.name.to_s, c.id] } %>


<%= select 'game', 'game_genre', Gamegenre.find(:all).collect {|c| [c.name.to_s, c.id] } %>