Module: UrlKeyedObject::ActiveRecord::Extensions

Extended by:
ActiveSupport::Concern
Defined in:
lib/url_keyed_object/active_record.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#to_paramObject



42
43
44
# File 'lib/url_keyed_object/active_record.rb', line 42

def to_param
  send self.class.url_key_helper.column
end