small indentation

This commit is contained in:
Harry Bomrah 2016-06-03 18:36:03 +08:00
parent b53e1797e7
commit eb8037a99b
1 changed files with 15 additions and 14 deletions

View File

@ -129,6 +129,7 @@ module Admin::PersonalConferencesHelper
conference.member_profile = mp
conference.save
end
def get_data_for_excel(year_start,year_end)
data = []
roles = Role.where(:disabled => false, :title.ne => "", :title.ne => nil).asc(:key)