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