Method: Rails::Generator::DynamicNamedBase#controller_class_nesting_depth
- Defined in:
- lib/rails/generator/dynamic_named_base.rb
#controller_class_nesting_depth ⇒ Object (readonly)
Returns the value of attribute controller_class_nesting_depth.
11 12 13 |
# File 'lib/rails/generator/dynamic_named_base.rb', line 11 def controller_class_nesting_depth @controller_class_nesting_depth end |