method

file_lookup_paths

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Command
file_lookup_paths() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/command.rb, line 167
        def file_lookup_paths # :doc:
          @file_lookup_paths ||= [ "{#{lookup_paths.join(',')}}", "**", "*_command.rb" ]
        end
Register or log in to add new notes.