Class: Adminpanel::Product

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

Instance Method Summary collapse

Instance Method Details

#simple_nameObject



20
21
22
# File 'app/models/adminpanel/product.rb', line 20

def simple_name
    "Product"
end

#to_paramObject



16
17
18
# File 'app/models/adminpanel/product.rb', line 16

def to_param
	"#{id} #{name}".parameterize
end