# frozen_string_literal: true class Site # Agrega soporte para Social Distributed Press en los sitios module SocialDistributedPress extend ActiveSupport::Concern included do encrypts :private_key_pem end end end