You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the following code in Rails 5.0.0.1 will cause warning.
include SeamlessDatabasePool::ControllerFilter
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.
Is this problem fixed?
The text was updated successfully, but these errors were encountered:
Running the following code in Rails 5.0.0.1 will cause warning.
include SeamlessDatabasePool::ControllerFilter
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.
Is this problem fixed?
The text was updated successfully, but these errors were encountered: