mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
5 lines
65 B
Ruby
5 lines
65 B
Ruby
class Country < ActiveRecord::Base
|
|
def to_s
|
|
name
|
|
end
|
|
end
|