Module: PermalinkFu::ToParam

Defined in:
lib/permalink_fu.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



78
79
80
# File 'lib/permalink_fu.rb', line 78

def to_param
  send(self.class.read_inheritable_attribute(:permalink_field))
end