aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_controller/metal/session_management.rb
blob: 6e728b56b0ed751d6122750ca438c1c59000ff33 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                   
                                 
 




                                                                              
                       
 
       

     
module ActionController #:nodoc:
  module SessionManagement #:nodoc:
    extend ActiveSupport::Concern

    included do
      ActiveSupport::Deprecation.warn "ActionController::SessionManagement " \
       "is deprecated because it has no contents since Rails 3.1", caller
    end

    module ClassMethods

    end
  end
end