[Source]
# File lib/fragment_hash.rb, line 93 93: def fragment_for(options) 94: options = options.with_indifferent_access 95: product = options[:product] 96: it = options[:document] 97: action = options[:action] || "show" 98: return "m=#{product.id},detail=#{action}.id_#{it.id}" 99: end
[Validate]