Skip to content

Commit

Permalink
back to working
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepiske committed Nov 13, 2024
1 parent 5f5661e commit 70f2898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy_app/app/services/people_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def employ_classic_guitars(person, variation)
guitar = Guitar.new(person:)

CLASSIC_GUITARS.each do |name|
guitar.description = "#{name} #{variation}x"
guitar.description = "#{name} #{variation}"
guitar.save!
end

Expand Down

0 comments on commit 70f2898

Please sign in to comment.