ActiveRecord::TypedStore
DSL compiler does not respect array: true
for columns
#1910
Labels
ActiveRecord::TypedStore
DSL compiler does not respect array: true
for columns
#1910
If you're using the
ActiveRecord::TypedStore
gem (reference) and set a column as beingarray: true
, the generated rbi will not respect the array indication. Example:The expected would be to have the columns that are defined as
array
to have their type wrapped in aT::Array
type. So for the example above, I would expect the output to be:The text was updated successfully, but these errors were encountered: