Class: Kilt::Generators::BackendGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/kilt/backend_generator.rb

Instance Method Summary collapse

Instance Method Details

#generateObject



9
10
11
12
13
14
15
# File 'lib/generators/kilt/backend_generator.rb', line 9

def generate
  add_the_config_file
  add_the_credential_file_examples
  add_the_database_migration_file
  add_the_kilt_routes
  add_the_initializer
end