aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/traffic_light.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/traffic_light.rb')
-rw-r--r--activerecord/test/models/traffic_light.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/traffic_light.rb b/activerecord/test/models/traffic_light.rb
new file mode 100644
index 0000000000..228f3f7bd4
--- /dev/null
+++ b/activerecord/test/models/traffic_light.rb
@@ -0,0 +1,3 @@
+class TrafficLight < ActiveRecord::Base
+ serialize :state, Array
+end