Skip to content

Commit

Permalink
Updated node.rb (publiclab#8311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshjadhav221b authored and alvesitalo committed Oct 14, 2020
1 parent 7d9a7f3 commit f7b5740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def files
end

def answered
answers&.length&.positive?
answers&.size&.positive?
end

def has_accepted_answers
Expand Down

0 comments on commit f7b5740

Please sign in to comment.