Skip to content

Commit

Permalink
Revert for_query method incorrectly made private in #64 back to public
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Dec 4, 2024
1 parent 0aadb58 commit dbbadd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ def create_from_json(json)
s
end

# :nocov:

private unless ::Rails.env.test?

# :nocov:end

def for_query(opts)
term = opts[:query].downcase

Expand Down

0 comments on commit dbbadd9

Please sign in to comment.