array_attribute_handler 1.0.2
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:
=
installieren:
=
Runtime Abhängigkeiten (2):
activerecord
>= 6.0, < 7
activesupport
>= 6.0, < 7
Development Abhängigkeiten (1):
sqlite3
>= 0