Move events stats in Statistics, add ticket distribution

This commit is contained in:
Stella 2014-03-09 16:16:22 +02:00
parent 257226273b
commit 2e1dcd33fe
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