You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@task_types=Strata::Task.distinct(:type).unscope(:order).pluck(:type)# Postgres does not support using `order` with `distinct`, thus we have to unscope `order` here.
13
+
@task_types=Flex::Task.distinct(:type).unscope(:order).pluck(:type)# Postgres does not support using `order` with `distinct`, thus we have to unscope `order` here.
raiseArgumentError,"Arrays of arrays are not currently supported"ifis_nested_type_an_array
113
-
raiseArgumentError,"Expected range to be true for array item type when using syntax: `strata_attribute :name, [:type, range: true], array: true`"unlessis_nested_type_a_range
113
+
raiseArgumentError,"Expected range to be true for array item type when using syntax: `flex_attribute :name, [:type, range: true], array: true`"unlessis_nested_type_a_range
0 commit comments