Skip to content

Commit

Permalink
Make pull_data private
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Nov 25, 2024
1 parent 93b5a52 commit b71a6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/dragnet/reply/answers_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def set!
@reply.cached_answers_data = pull_data
end

private

def pull_data
@reply.answers.whole.pull(
:id,
Expand Down

0 comments on commit b71a6cd

Please sign in to comment.