Class: County
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- County
- Defined in:
- app/models/county.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'app/models/county.rb', line 12 def to_s "#{name}, #{state_abbrev}" end |