method
namespaced_file_path
rails latest stable - Class:
Rails::Generators::NamedBase
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