Class: Product

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ActsAsPrioritizable
Defined in:
app/models/product.rb

Instance Method Summary collapse

Instance Method Details

#titleObject



14
15
16
# File 'app/models/product.rb', line 14

def title
  name.downcase.gsub(" ", "_")
end