module <%= application_const_base %>

module <%= class_name %>
  class ApplicationController < ::ApplicationController
  end
end

end