mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 23:32:49 +00:00
inflections, always inflections
This commit is contained in:
parent
d4f0eb3352
commit
3dad3f6c96
2 changed files with 2 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module HcbConnectionCheck
|
||||
module HCBConnectionCheck
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue