Skip to content

Commit

Permalink
Update request.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Lelievre-david committed Dec 17, 2024
1 parent 9ed8a3a commit 881d51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Request < ApplicationRecord
default: :pending

enumerize :temperature,
in: %i[chaud froid extérieur autre],
in: %i[Chaud Froid Extérieur Autre],
predicates: true,
scope: true

Expand Down

0 comments on commit 881d51a

Please sign in to comment.