From c7f326765c9b5c5891663997ab5e543b24b4ba5a Mon Sep 17 00:00:00 2001 From: differentreality Date: Fri, 12 Jul 2013 17:43:37 +0300 Subject: [PATCH] move attended field left before edit --- app/controllers/admin/registrations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/registrations_controller.rb b/app/controllers/admin/registrations_controller.rb index 31105521..540c7f54 100644 --- a/app/controllers/admin/registrations_controller.rb +++ b/app/controllers/admin/registrations_controller.rb @@ -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