method
namespaced_file_path
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::NamedBase
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