Open CyborgMaster opened 9 years ago
Allow whitelisting arrays of values in strong params. Let's you write can statements like this:
can
can :update, selected_features: []
Allow whitelisting arrays of values in strong params. Let's you write
can
statements like this: