Merge pull request #41 from differentreality/stats_update
Move events stats in Statistics, add ticket distribution
This commit is contained in:
commit
24e40a5c90
20 changed files with 968 additions and 159 deletions
|
|
@ -4,4 +4,6 @@ class EventType < ActiveRecord::Base
|
|||
belongs_to :conference
|
||||
|
||||
validates :length, :numericality => {:greater_than => 0}
|
||||
|
||||
alias_attribute :name, :title
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue