better validity check

This commit is contained in:
John Bintz 2011-03-22 11:37:43 -04:00
parent c98aad1e6e
commit fb81d7c349
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ module AVM
end
def valid?
self.headline && self.credit
self.title && self.credit
end
def create_observation(options)