# frozen_string_literal: true module BitCore class ApplicationController < ActionController::Base end end