Skip to content

Instantly share code, notes, and snippets.

@hcayless
Created March 6, 2010 03:31
Show Gist options
  • Save hcayless/323476 to your computer and use it in GitHub Desktop.
Save hcayless/323476 to your computer and use it in GitHub Desktop.
277 if volume.empty?
278 document_path = [collection, document].join('_')
279 else
280 document_path = [collection, volume, document].join('_')
281 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment