Libraries
»
active_node
(2.3.9)
»
Index
»
ActiveNode
»
Persistence
»
#to_param
Method: ActiveNode::Persistence#to_param
Defined in:
lib/active_node/persistence.rb
#
to_param
⇒
Object
103 104 105
# File 'lib/active_node/persistence.rb', line 103
def
to_param
id
.
to_s
if
persisted?
end