How do I serialize permissions with active_model_serializers? I don't have access to current_user or the can? method in models and serializers.
How do I serialize permissions with active_model_serializers? I don't have access to current_user or the can? method in models and serializers.