v2.1.0
-
Fix default array separator, remove "space", now only:
\n
and,
. -
Add
separator
option for speical the separator for Array type.For example:
class Setting < RailsSettings::Base field :tips, type: :array, separator: /[\n]+/ field :keywords, type: :array, separator: "," end