small indentation
This commit is contained in:
parent
b53e1797e7
commit
eb8037a99b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue