Class: Rails::Generators::InheritedResourcesControllerGenerator
- Inherits:
-
ScaffoldControllerGenerator
- Object
- ScaffoldControllerGenerator
- Rails::Generators::InheritedResourcesControllerGenerator
- Defined in:
- lib/generators/rails/inherited_resources_controller_generator.rb
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
8 9 10 |
# File 'lib/generators/rails/inherited_resources_controller_generator.rb', line 8 def self.source_root @source_root ||= File.("templates", File.dirname(__FILE__)) end |