## /users/index #bulk-update-form - for user in @users - fields_for "user[]", user do |f| = f.label :tryout =radio_button("user", "status", "tryout") = f.label :inactive =radio_button("user", "status", "inactive") = f.label :active =radio_button("user", "status", "active") = link_to_remote '[save]', :url => {:action => 'update' }, :submit => "bulk-update-form", :method => 'put'