Class: Apiwork::Generators::ContractGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Apiwork::Generators::ContractGenerator
- Defined in:
- lib/generators/apiwork/contract_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_contract ⇒ Object
10 11 12 |
# File 'lib/generators/apiwork/contract_generator.rb', line 10 def create_contract template 'contract.rb.tt', contract_path end |