Split concern inclusion in two lines for clarity

Order is inverted when inlined, which can make things difficult to read.

https://github.com/rails/rails/pull/41659#discussion_r592604925

In this case it doesn't really matter and I think it's better for `Configurable`
to go first, so the change is inverting the previous order deliberately.

[skip ci]
This commit is contained in:
Jorge Manrubia 2021-03-12 17:43:11 +01:00
parent eada873e4c
commit 3c379393c3

@ -41,7 +41,8 @@ class Cipher
end
end
include Configurable, Contexts
include Configurable
include Contexts
def self.eager_load!
super