method
namespaces_to_paths
v3.0.9 -
Show latest stable
- Class:
Rails::Generators
namespaces_to_paths(namespaces)protected
Convert namespaces to paths by replacing “:” for “/” and adding an extra lookup. For example, “rails:model” should be searched in both: “rails/model/model_generator” and “rails/model_generator”.