Merge pull request #41 from differentreality/stats_update

Move events stats in Statistics, add ticket distribution
This commit is contained in:
Henne Vogelsang 2014-03-17 16:36:03 +01:00
commit 24e40a5c90
20 changed files with 968 additions and 159 deletions

View file

@ -4,4 +4,6 @@ class EventType < ActiveRecord::Base
belongs_to :conference
validates :length, :numericality => {:greater_than => 0}
alias_attribute :name, :title
end