Is it possible to add `policy_class` parameter to `permitted_attributes` function (similar to `authorise`)? So I can call: ``` permitted_attributes(@post, :update, policy_class: MyPolicy) ``` This is necessary for my code where the name of the policy and record class are different.