method

generator_path

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: GeneratorGenerator
generator_path() 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/generators/test_unit/generator/generator_generator.rb, line 18
      def generator_path
        if options[:namespace]
          File.join("generators", regular_class_path, file_name, "#{file_name}_generator")
        else
          File.join("generators", regular_class_path, "#{file_name}_generator")
        end
      end
Register or log in to add new notes.