method

encrypted_file_template

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: EncryptedFileGenerator
encrypted_file_template() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/encrypted_file/encrypted_file_generator.rb, line 21
        def encrypted_file_template
          <<~YAML
            # aws:
            #   access_key_id: 123
            #   secret_access_key: 345

          YAML
        end
Register or log in to add new notes.