This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
3ab7ddb8da
rails--rails
/
activerecord
/
test
/
models
/
traffic_light.rb
5 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
Make serialized fixtures work again
2010-12-29 11:15:45 -05:00
class
TrafficLight
<
ActiveRecord
::
Base
serialize
:state
,
Array
test case for `serialize` default values. Closes #9110
2013-02-04 03:48:21 -05:00
serialize
:long_state
,
Array
Make serialized fixtures work again
2010-12-29 11:15:45 -05:00
end
Copy permalink