Method: ActiveNode::Persistence#to_param

Defined in:
lib/active_node/persistence.rb

#to_paramObject



103
104
105
# File 'lib/active_node/persistence.rb', line 103

def to_param
  id.to_s if persisted?
end