Class: Product
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Product
- Includes:
- ActsAsPrioritizable
- Defined in:
- app/models/product.rb
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
14 15 16 |
# File 'app/models/product.rb', line 14 def title name.downcase.gsub(" ", "_") end |