Adds color to event types

This commit is contained in:
Chrisbr 2014-06-12 16:24:24 +02:00
parent e34a972b74
commit bf4758a54a
5 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,5 @@
class EventType < ActiveRecord::Base
attr_accessible :title, :length, :minimum_abstract_length, :maximum_abstract_length
attr_accessible :title, :length, :minimum_abstract_length, :maximum_abstract_length, :color
belongs_to :conference