assignable_values icon indicating copy to clipboard operation
assignable_values copied to clipboard

Restrict the values assignable to ActiveRecord attributes or associations.

Results 1 assignable_values issues
Sort by recently updated
recently updated
newest added

It would be nice, if `assignable_values` would fully support [Rails store accessor attributes](https://api.rubyonrails.org/classes/ActiveRecord/Store.html). They have been around for quite a while now, and and are mostly quite pleasant to work...