if its a tag_list is array like(:tag_list => [] we do in strong params) how can we allow it via pundit's Permitted Attributes
it can be added by [:title, :body, [:tag_list => []]].
Most helpful comment
it can be added by [:title, :body, [:tag_list => []]].