class method
self.lookup_paths
Ruby on Rails 8.0.4
Since v5.2.8.1 PrivateSignature
self.lookup_paths()
No documentation comment.
Source
# File railties/lib/rails/generators.rb, line 310
def lookup_paths # :doc:
@lookup_paths ||= %w( rails/generators generators )
end
Defined in railties/lib/rails/generators.rb line 310
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators