method
class_path
v5.0.0.1 -
Show latest stable
- Class:
Rails::Generators::NamedBase
class_path()protected
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 85
def class_path
inside_template? || !namespaced? ? regular_class_path : namespaced_class_path
end