Class: Instrument
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- Instrument
- Defined in:
- app/models/instrument.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
Return name.
Instance Method Details
#to_s ⇒ Object
Return name
22 23 24 |
# File 'app/models/instrument.rb', line 22 def to_s name end |