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