class Rails::Secrets

def read_key_file

def read_key_file
  if File.exist?(key_path)
    IO.binread(key_path).strip
  end
end