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