projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Switch to a single joined table for Videos and Games
[cs356-p2-videostore.git]
/
app
/
views
/
rentable
/
_form.rhtml
1
<%= error_messages_for 'rentable' %>
2
3
<!--[form:rentable]-->
4
<p><label for="rentable_type">Type</label><br/>
5
<%= text_field 'rentable', 'type' %></p>
6
<!--[eoform:rentable]-->
7