Pundit: Cannot allow permitted Attributes for a array

Created on 17 Jun 2017  路  1Comment  路  Source: varvet/pundit

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

image

Most helpful comment

it can be added by [:title, :body, [:tag_list => []]].

>All comments

it can be added by [:title, :body, [:tag_list => []]].

Was this page helpful?
0 / 5 - 0 ratings