small indentation
This commit is contained in:
parent
b53e1797e7
commit
eb8037a99b
|
@ -129,6 +129,7 @@ module Admin::PersonalConferencesHelper
|
||||||
conference.member_profile = mp
|
conference.member_profile = mp
|
||||||
conference.save
|
conference.save
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_data_for_excel(year_start,year_end)
|
def get_data_for_excel(year_start,year_end)
|
||||||
data = []
|
data = []
|
||||||
roles = Role.where(:disabled => false, :title.ne => "", :title.ne => nil).asc(:key)
|
roles = Role.where(:disabled => false, :title.ne => "", :title.ne => nil).asc(:key)
|
||||||
|
|
Loading…
Reference in New Issue