inflections, always inflections

This commit is contained in:
24c02 2026-03-19 15:35:46 -04:00
parent d4f0eb3352
commit 3dad3f6c96
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
class ApplicationController < ActionController::Base
include Pundit::Authorization
include HcbConnectionCheck
include HCBConnectionCheck
after_action :verify_authorized
helper_method :current_user, :user_signed_in?

View file

@ -1,4 +1,4 @@
module HcbConnectionCheck
module HCBConnectionCheck
extend ActiveSupport::Concern
included do