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