method

file_lookup_paths

v7.1.3.4 - Show latest stable - Class: Rails::Command
file_lookup_paths()
private

No documentation available.

# File railties/lib/rails/command.rb, line 167
        def file_lookup_paths # :doc:
          @file_lookup_paths ||= [ "{#{lookup_paths.join(',')}}", "**", "*_command.rb" ]
        end