X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fgame_platform%2Fnew.rhtml;fp=app%2Fviews%2Fgame_platform%2Fnew.rhtml;h=fdc286dcf63a8af8c365433f35b3855077334a0f;hb=064ef703594868b7ace2ebe131ba145e27aef6d2;hp=0000000000000000000000000000000000000000;hpb=f102e2d11bd1633579c7cfc244a38a9d8929bd06;p=cs356-p2-videostore.git diff --git a/app/views/game_platform/new.rhtml b/app/views/game_platform/new.rhtml new file mode 100644 index 0000000..fdc286d --- /dev/null +++ b/app/views/game_platform/new.rhtml @@ -0,0 +1,8 @@ +

New game_platform

+ +<% form_tag :action => 'create' do %> + <%= render :partial => 'form' %> + <%= submit_tag "Create" %> +<% end %> + +<%= link_to 'Back', :action => 'list' %>