# File lib/active_support/core_ext/object/to_param.rb, line 5
  def to_param
    to_s
  end