Fixed runtime error with fixums.
This commit is contained in:
parent
4324db9b9f
commit
7b2a8b507d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Overview < ApplicationModel
|
||||||
private
|
private
|
||||||
|
|
||||||
def fill_prio
|
def fill_prio
|
||||||
return true if !prio.empty?
|
return true if prio
|
||||||
self.prio = 9999
|
self.prio = 9999
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue