Keynote Speakers implemented

This commit is contained in:
Gopesh Tulsyan 2014-09-15 19:02:02 +05:30
parent 1106f4e227
commit 67ea900dc3
4 changed files with 22 additions and 1 deletions

View file

@ -556,6 +556,10 @@ class Conference < ActiveRecord::Base
email_settings.updated_conference_registration_dates_template
end
def keynote_speakers
User.with_role(:keynote_speaker, self)
end
private
after_create do