Class: Effective::ItemName
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::ItemName
- Defined in:
- app/models/effective/item_name.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
23 24 25 |
# File 'app/models/effective/item_name.rb', line 23 def to_s name.presence || model_name.human end |