Use gravatars, some schedule layout hacking

This commit is contained in:
Henne Vogelsang 2013-06-19 16:06:34 +02:00 committed by Henne Vogelsang
parent c2e007e2b8
commit a11d562dbd
4 changed files with 22 additions and 3 deletions

View file

@ -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