Extra whitespace removed

This commit is contained in:
Christoph Haas 2016-07-13 22:44:12 +02:00
parent f20e53ea6f
commit 4fb322a25d

View file

@ -5,7 +5,7 @@ class Log < ActiveRecord::Base
validates :section, presence: true
validates :section, inclusion: { in: ['importer', 'upload', 'frontend'] }
validates :level, presence: true
validates :level, inclusion: { in: ['info', 'error'] }