Program component for splash page
This commit is contained in:
parent
a33e930111
commit
d0fd21bfc2
18 changed files with 118 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
class Track < ActiveRecord::Base
|
||||
attr_accessible :name, :description, :color
|
||||
|
||||
validates :description, presence: true
|
||||
belongs_to :conference
|
||||
|
||||
before_create :generate_guid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue