1 2 3 4 5 6 7
class A < ActiveRecord::Base acts_as_cool def to_param "#{self.id}-#{self.permalink}" end end