Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created March 10, 2015 12:47
Show Gist options
  • Save StasKoval/0f8a2002b4b0d1ab250f to your computer and use it in GitHub Desktop.
Save StasKoval/0f8a2002b4b0d1ab250f to your computer and use it in GitHub Desktop.
set complete
if !self.video_answers.empty? and self.interview.questions.count == (self.video_answers.with_state(:to_merge).count + self.video_answers.with_state(:convert_finish).count) and self.uncompleted?
self.complete
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment