move attended field left before edit

This commit is contained in:
differentreality 2013-07-12 17:43:37 +03:00
parent 4532ad8c0a
commit c7f326765c

View file

@ -13,7 +13,7 @@ class Admin::RegistrationsController < ApplicationController
people.email AS email")
@attended = @conference.registrations.where("attended = ?", true)
@headers = %w[attended name email social_events attending_with_partner need_access other_needs arrival departure]
@headers = %w[name email social_events attending_with_partner need_access other_needs arrival departure attended]
end
def change_field