Model dengan rel array

create_table :products do |t|
  t.string :name
  t.text :colors, array: true, default: []
end
Clean Capybara