Class: DynamicFieldsets::Generators::ControllersGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- DynamicFieldsets::Generators::ControllersGenerator
- Defined in:
- lib/generators/dynamic_fieldsets/controllers_generator.rb
Overview
Generator for copying the controllers into the project
Instance Method Summary collapse
-
#copy_or_fetch ⇒ Object
:nodoc:.
Instance Method Details
#copy_or_fetch ⇒ Object
:nodoc:
18 19 20 |
# File 'lib/generators/dynamic_fieldsets/controllers_generator.rb', line 18 def copy_or_fetch #:nodoc: return copy_all_controllers end |