mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
minor changes
This commit is contained in:
parent
7c0fa59a0a
commit
5b7aa56f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class Event < ActiveRecord::Base
|
|||
|
||||
# Returns emails of all the speaker belongs to a particular event
|
||||
def speaker_emails
|
||||
result = Array.new
|
||||
result = []
|
||||
speakers.each do |speaker|
|
||||
result << speaker.email
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue