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