Skip to content

Remove concerns from eager load paths

As per this PR, all concerns sub-directories under app are automatically added to eager load paths which should just work fine in both development and production environment.

With this MR, I am suggesting to remove the app/*/concerns paths from eager load paths as it is not necessary to do so.

Merge request reports