Class: Shaf::Generator::Controller
- Defined in:
- lib/shaf/generator/controller.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
identified_by, identifier, #identifier, inherited, #initialize, options, usage
Constructor Details
This class inherits a constructor from Shaf::Generator::Base
Instance Method Details
#call ⇒ Object
10 11 12 13 14 |
# File 'lib/shaf/generator/controller.rb', line 10 def call create_controller create_integration_spec if [:specs] add_link_to_root end |