Skip to content

Commit

Permalink
removed unneded method
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Dec 26, 2023
1 parent d22ae9b commit 9373133
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Ride/RideModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ Class {
#category : #'Ride-Models'
}

{ #category : #querying }
RideModel class >> findId: anId [

^ self getRepository find: self atId: anId
]

{ #category : #querying }
RideModel class >> getRepository [

Expand Down

0 comments on commit 9373133

Please sign in to comment.