Class: Apiwork::Generators::RepresentationGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/apiwork/representation_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_representationObject



10
11
12
# File 'lib/generators/apiwork/representation_generator.rb', line 10

def create_representation
  template 'representation.rb.tt', representation_path
end