class method
self.lookup_paths
Ruby on Rails 6.0.6.1
Since v5.1.7 Private — implementation detail, not part of the public APISignature
self.lookup_paths()
No documentation comment.
Source
# File railties/lib/rails/command.rb, line 105
def lookup_paths # :doc:
@lookup_paths ||= %w( rails/commands commands )
end
Defined in railties/lib/rails/command.rb line 105
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Command