Different colors for new tracks, types and levels

Every time a new track, event type or difficulty level is created, the color picker has a different color by default.

Closes https://github.com/openSUSE/osem/issues/1077
This commit is contained in:
Ana 2016-07-02 21:37:16 +02:00
parent 798998b73f
commit 0deaf1abc7
8 changed files with 21 additions and 3 deletions

View file

@ -3,4 +3,5 @@ class DifficultyLevel < ActiveRecord::Base
has_many :events, dependent: :nullify
validates :title, presence: true
validates :color, format: /\A#[0-9a-fA-F]{6}\z/
end