Class: Apiwork::Generators::RepresentationGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Apiwork::Generators::RepresentationGenerator
- Defined in:
- lib/generators/apiwork/representation_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_representation ⇒ Object
10 11 12 |
# File 'lib/generators/apiwork/representation_generator.rb', line 10 def create_representation template 'representation.rb.tt', representation_path end |