<%= form_for [:admin, @user], :remote => true do |f| %>
<%= render :partial => 'table', :locals => {:f => f} %> <% end %>