better validity check
This commit is contained in:
parent
c98aad1e6e
commit
fb81d7c349
|
@ -162,7 +162,7 @@ module AVM
|
||||||
end
|
end
|
||||||
|
|
||||||
def valid?
|
def valid?
|
||||||
self.headline && self.credit
|
self.title && self.credit
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_observation(options)
|
def create_observation(options)
|
||||||
|
|
Loading…
Reference in New Issue