Skip to content

Commit

Permalink
Remove deadcode from test/dummy/app/models/concerns/verifiable.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-codedb[bot] committed Nov 23, 2024
1 parent 72c85a9 commit e25445b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/dummy/app/models/concerns/verifiable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ def all_verified
end

class_methods do
def all_unverified
all.reject(&:verified?)
end
end
end

0 comments on commit e25445b

Please sign in to comment.