Class: RswagSchemaExport::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#add_initializerObject



7
8
9
# File 'lib/generators/rswag_schema_export/install/install_generator.rb', line 7

def add_initializer
  template("rswag_schema_export.rb", "config/initializers/rswag_schema_export.rb")
end