Move EE prepend/include calls to the end of models
This moves all instances of `prepend EE::Something` and `include EE::Something` in models to the last line of the corresponding model. This pushes EE specific code further down the files, reducing the likelihood of developers running into merge conflicts.
Showing
Please register or sign in to comment