method

file_lookup_paths

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