Skip to content

Commit

Permalink
Fix attribute name
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Hänni <[email protected]>
  • Loading branch information
tom-ioki and phylor authored Jun 5, 2024
1 parent 6b697ed commit 657f28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ioki/model/operator/ride.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Ride < Base
on: :read,
type: :boolean

attribute :booking_solution,
attribute :booked_solution,
on: :read,
type: :object,
class_name: 'OfferedSolution'
Expand Down

0 comments on commit 657f28b

Please sign in to comment.