blob: 6e728b56b0ed751d6122750ca438c1c59000ff33 (
plain) (
tree)
|
|
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
|