Merge pull request #827 from hennevogel/feature-proposal_for_track

Feature: Add/change Track for Event
This commit is contained in:
Christian Bruckmayer 2016-03-07 17:12:33 +01:00
commit 9fbd2e9618
5 changed files with 17 additions and 22 deletions

View file

@ -190,6 +190,7 @@ class Event < ActiveRecord::Base
commercials: self.commercials.any?,
biography: !self.submitter.biography.blank?,
subtitle: !self.subtitle.blank?,
track: !self.track.blank?,
difficulty_level: !self.difficulty_level.blank?,
title: true,
abstract: true