Files
image_processing/lib/image_processing.rb
T

4 lines
82 B
Ruby

module ImageProcessing
autoload :MiniMagick, 'image_processing/mini_magick'
end