Class: Servactory::Generators::ExtensionGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/servactory/extension/extension_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_extensionObject



18
19
20
# File 'lib/generators/servactory/extension/extension_generator.rb', line 18

def create_extension
  template "extension.rb.tt", extension_file_path
end