allowable icon indicating copy to clipboard operation
allowable copied to clipboard

Filter hash keys based on allowed and forbidden values.

Results 2 allowable issues
Sort by recently updated
recently updated
newest added

Is there a way to only allow certain values of a nested parameter? For example {:event => {:sub_events => [only allow certain sub events?]}}

This gem works great for allowing only certain values in the .pemit. However, if the checked field is not required on the model, it will let the rest of the...