method

namespaced_file_path

rails latest stable - Class: Rails::Generators::NamedBase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

namespaced_file_path()
protected

No documentation available.

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