Rails autoload paths
Today I learned that I can see Rails autoload_paths
running:
You can always add more paths with:
By the way, that's why concerns (model/controller) do not have Concern
as namespace.
Today I learned that I can see Rails autoload_paths
running:
You can always add more paths with:
By the way, that's why concerns (model/controller) do not have Concern
as namespace.