<%= title "#{@controller.action_name.humanize} #{@controller.controller_name.singularize.humanize} - #{@table.name}" %>
<% form_tag :action => 'update', :id => @table, :state_id => @state_id do %>
<%= error_messages_for 'table' %> <%= render :partial => "form" %>
Table
<%= submit_tag "Save" %><%= submit_tag "Cancel" %>
<% end %>