Flowdock
to_param() public

Returns a string representing the object’s key suitable for use in URLs, or nil if persisted? is false.

class Person < ActiveRecord::Base
end

person = Person.create
person.to_param # => "1"
Show source
Register or log in to add new notes.