Class: OdaniaProfile::Profile

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/odania_profile/profile.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



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

def to_param
	"#{self.id}-#{self.title.parameterize}"
end