Sha256: 58fd990267108e695eb29b40c015017a0e539d7ad76446d2605746ffb8b21eca

Contents?: true

Size: 300 Bytes

Versions: 3

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module AppleAuth
  module Generators
    class ConfigGenerator < Rails::Generators::Base
      source_root File.expand_path('templates', __dir__)

      def copy_config_file
        copy_file 'config.rb', 'config/initializers/apple_auth.rb'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
apple_auth-1.1.0 lib/generators/apple_auth/config/config_generator.rb
apple_auth-1.0.0 lib/generators/apple_auth/config/config_generator.rb
apple_auth-0.1.0 lib/generators/apple_auth/config/config_generator.rb