5 lines
116 B
Ruby
5 lines
116 B
Ruby
class Champs::PaysChamp < Champs::TextChamp
|
|
def self.pays
|
|
JSON.parse(ApiGeo::API.pays).pluck("nom")
|
|
end
|
|
end
|