Skip to content

Instantly share code, notes, and snippets.

@mlitwiniuk
Created December 4, 2011 11:37
Show Gist options
  • Save mlitwiniuk/1429972 to your computer and use it in GitHub Desktop.
Save mlitwiniuk/1429972 to your computer and use it in GitHub Desktop.
CarrierWave - video encoding with Voyeur - config/initializers/
dir = Rails.root.join('lib', 'carrierwave_processing')
$LOAD_PATH.unshift(dir)
Dir[File.join(dir, "*.rb")].each {|file| require File.basename(file) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment