mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
#include should be #extend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module ActionController #:nodoc:
|
||||
module SessionManagement #:nodoc:
|
||||
include ActiveSupport::Concern
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
include ActionController::Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user