%= error_messages_for 'game' %>
<%= text_field 'game', 'title' %>
<%= check_box 'game', 'newrelease' %>
<%= select 'game', 'game_platform_id', GamePlatform.find(:all).collect {|c| [c.name.to_s, c.id] } %>
<%= select 'game', 'game_genre_id', GameGenre.find(:all).collect {|c| [c.name.to_s, c.id] } %>