array_attribute_handler 1.1.0
The `handle_array_attribute` concern provides a flexible way to treat string attributes in a Rails model as arrays. This includes parsing strings based on configurable separators, optional spaces between elements, and optional maximum length validation for each element.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activerecord
>= 6.0, < 8
activesupport
>= 6.0, < 8