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