lib/beatport/support.rb in beatport-0.2.0 vs lib/beatport/support.rb in beatport-0.2.1
- old
+ new
@@ -1,7 +1,9 @@
module Beatport
module Support
autoload :Inflector, 'beatport/support/inflector'
autoload :Parser, 'beatport/support/parser'
autoload :QueryBuilder, 'beatport/support/query_builder'
+ autoload :Middleware, 'beatport/support/middleware'
+ autoload :Url, 'beatport/support/url'
end
end