# frozen_string_literal: true require_dependency 'bs5/application_controller' module Bs5 class ExamplesController < ApplicationController def index; end end end