fluke/devops-service/app/api2/handlers/bootstrap_templates.rb

15 lines
194 B
Ruby
Raw Normal View History

2014-12-22 14:22:04 +03:00
require "commands/bootstrap_templates"
module Devops
2015-07-17 20:22:29 +03:00
module API2_0
2014-12-22 14:22:04 +03:00
module Handler
class BootstrapTemplates
2015-07-17 20:22:29 +03:00
include BootstrapTemplatesCommands
2014-12-22 14:22:04 +03:00
end
end
end
end