method
file_lookup_paths
v5.1.7 -
Show latest stable
- Class:
Rails::Command
file_lookup_paths()private
No documentation available.
# File railties/lib/rails/command.rb, line 106
def file_lookup_paths # :doc:
@file_lookup_paths ||= [ "{#{lookup_paths.join(',')}}", "**", "*_command.rb" ]
end