Class: Miniswag::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/miniswag/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_openapi_helperObject



9
10
11
# File 'lib/generators/miniswag/install/install_generator.rb', line 9

def copy_openapi_helper
  template('openapi_helper.rb', 'test/openapi_helper.rb')
end