Sha256: 63dbb29676afb42b147c335c1f6e5f899a1ebc20c66ed251806522b6d0e3adec

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

module Shutterbug
  module Handlers
    autoload :ConvertHandler, "shutterbug/handlers/convert_handler"
    autoload :DirectUploadHandler, "shutterbug/handlers/direct_upload_handler"
    autoload :FileHandler, "shutterbug/handlers/file_handler"
    autoload :ErrorTrigger, "shutterbug/handlers/error_trigger"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shutterbug-0.5.9 lib/shutterbug/handlers.rb
shutterbug-0.5.8 lib/shutterbug/handlers.rb
shutterbug-0.5.7 lib/shutterbug/handlers.rb