Class: Effective::Product
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::Product
- Defined in:
- app/models/effective/product.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
22 23 24 |
# File 'app/models/effective/product.rb', line 22 def to_s name || 'New Product' end |