janitor trial view work

This commit is contained in:
albert
2011-01-14 17:04:01 -05:00
parent 3d5873c182
commit 0224c41252
4 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<h1>New Janitor Trial</h1>
<%= simple_form_for(@janitor_trial) do |f| %>
<%= f.input :user_id %>
<%= f.button :submit %>
<% end %>