# File lib/active_support/core_ext/object/to_param.rb, line 29
  def to_param
    collect { |e| e.to_param }.join '/'
  end