method
ensure_encrypted_file_has_been_added
v6.0.0 -
Show latest stable
- Class:
Rails::Command::EncryptedCommand
ensure_encrypted_file_has_been_added(file_path, key_path)private
No documentation available.
# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 53
def ensure_encrypted_file_has_been_added(file_path, key_path)
encrypted_file_generator.add_encrypted_file_silently(file_path, key_path)
end