method

namespaced_file_path

namespaced_file_path()
protected

No documentation available.

# File railties/lib/rails/generators/named_base.rb, line 89
        def namespaced_file_path
          @namespaced_file_path ||= namespaced_class_path.join("/")
        end