Skip to content

Commit 09f4fa0

Browse files
committed
Fix integration test code
1 parent f02c0c2 commit 09f4fa0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

containers/rails/app/models/user.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ def self.find_for_authentication(email:)
1717
def self.find(email)
1818
new email: email
1919
end
20+
21+
def self.find_by(id:)
22+
find id
23+
end
2024
end

0 commit comments

Comments
 (0)