Remove performerId.
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= label f, :performerId %>
|
||||
<%= number_input f, :performerId %>
|
||||
<%= error_tag f, :performerId %>
|
||||
|
||||
<%= label f, :fname %>
|
||||
<%= text_input f, :fname %>
|
||||
<%= error_tag f, :fname %>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Performerid</th>
|
||||
<th>Fname</th>
|
||||
<th>Lname</th>
|
||||
<th>Email</th>
|
||||
@@ -17,7 +16,6 @@
|
||||
<tbody>
|
||||
<%= for performer <- @performers do %>
|
||||
<tr>
|
||||
<td><%= performer.performerId %></td>
|
||||
<td><%= performer.fname %></td>
|
||||
<td><%= performer.lname %></td>
|
||||
<td><%= performer.email %></td>
|
||||
|
||||
@@ -2,11 +2,6 @@
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<strong>Performerid:</strong>
|
||||
<%= @performer.performerId %>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Fname:</strong>
|
||||
<%= @performer.fname %>
|
||||
|
||||
Reference in New Issue
Block a user