# frozen_string_literal: true class Dashboard::JenkinsController < Dashboard::ApplicationController def index # do something end end