Skip to content

Commit

Permalink
Deprecate ActionController::SessionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Mar 6, 2012
1 parent 9c56401 commit 74fe7e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actionpack/lib/action_controller/metal/session_management.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ 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
Expand Down

0 comments on commit 74fe7e1

Please sign in to comment.