Skip to content

Instantly share code, notes, and snippets.

@whunter
Created May 23, 2014 17:32
Show Gist options
  • Save whunter/182bec134dd1a8428667 to your computer and use it in GitHub Desktop.
Save whunter/182bec134dd1a8428667 to your computer and use it in GitHub Desktop.
Create nested directories in RoR public folder
require 'fileutils'
FileUtils::mkdir_p Rails.root + 'public/foo/bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment