class Blueprinter::AssociationExtractor
def association_blueprint(blueprint, value)
def association_blueprint(blueprint, value) blueprint.is_a?(Proc) ? blueprint.call(value) : blueprint end
def association_blueprint(blueprint, value) blueprint.is_a?(Proc) ? blueprint.call(value) : blueprint end