Class: GraphqlAuth::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_configurationObject



6
7
8
9
# File 'lib/generators/graphql_auth/install_generator.rb', line 6

def copy_configuration
  template 'initializer.rb', 'config/initializers/graphql_auth.rb'
  template 'add_refresh_token_to_user.rb', "db/migrate/#{Time.now.strftime('%Y%m%d%H%M%S')}_add_refresh_token_to_user.rb"
end