templates/controller/http_controller.rb.tt

Summary

Maintainability
Test Coverage
module <%= config[:component_module] %>
  class <%= config[:http_controller_name] %> < Volt::HttpController

  end
end