Class: City
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- City
- Defined in:
- app/models/city.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'app/models/city.rb', line 5 def to_s "#{name}" end |