Fix Prependable module for Rails 6.1
Rails 6.1 allows to prepend concerns But the Rails implementation does not work well when both modules extend ActiveSupport::Concern: https://github.com/rails/rails/pull/42067 Let's keep our own implementation until it's fixed (cherry picked from commit 841e0c1d42012c4aa5d525b0b66cb02052b90db6)
Showing
Please register or sign in to comment