1 2 3 4 5 6 7 8 9
module ActionController #:nodoc: module SessionManagement #:nodoc: extend ActiveSupport::Concern module ClassMethods end end end