Add IRC nick to the Person page
This commit is contained in:
parent
93b7d17e23
commit
4b0887e0f3
3 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class Person < ActiveRecord::Base
|
||||
attr_accessible :email, :first_name, :last_name, :public_name, :biography, :company, :avatar
|
||||
attr_accessible :email, :first_name, :last_name, :public_name, :biography, :company, :avatar, :irc_nickname
|
||||
|
||||
has_many :event_people, :dependent => :destroy
|
||||
has_many :events, :through => :event_people, :uniq => true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue