aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/traffic_light.rb
blob: 228f3f7bd48f4963d154682717e8c16528a12db1 (plain) (blame)
1
2
3
class TrafficLight < ActiveRecord::Base
  serialize :state, Array
end