mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Do not upcase State abbreviation
This commit is contained in:
committed by
Maikel Linke
parent
56be7b1d46
commit
09f98307f4
@@ -1,7 +1,3 @@
|
||||
class Api::StateSerializer < ActiveModel::Serializer
|
||||
attributes :id, :name, :abbr
|
||||
|
||||
def abbr
|
||||
object.abbr.upcase
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user