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