Use gravatars, some schedule layout hacking
This commit is contained in:
parent
c2e007e2b8
commit
a11d562dbd
4 changed files with 22 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
class Person < ActiveRecord::Base
|
||||
include Gravtastic
|
||||
gravtastic :size => 32
|
||||
|
||||
attr_accessible :email, :first_name, :last_name, :public_name, :biography, :company, :avatar, :irc_nickname
|
||||
|
||||
has_many :event_people, :dependent => :destroy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue