travis-web/lib/travis/web.rb
2012-10-22 21:22:47 +02:00

8 lines
180 B
Ruby

module Travis
module Web
autoload :Allow, 'travis/web/allow'
autoload :ApiRedirect, 'travis/web/api_redirect'
autoload :App, 'travis/web/app'
end
end