# File 'lib/charyf/engine/controller/actions.rb', line 17def_before_actions(action)(@_before_actions||{}).select{|_,v|Charyf::Utils.match_action_filters?(action.to_sym,v)}.keysend
# File 'lib/charyf/engine/controller/actions.rb', line 13defbefore_action(method_name,only:[],except:[])(@_before_actions||={})[method_name]=Charyf::Utils.create_action_filters(only,except)end