Extra whitespace removed
This commit is contained in:
parent
f20e53ea6f
commit
4fb322a25d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue