method

path

path(name, path, comment = nil)
public

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 256
        def self.path(name, path, comment = nil)
          new(name, nil, comment, path: path)
        end