1 class Parts < ActiveRecord::Base # STI 2 end 3 4 class Parts::Image < Parts 5 end 6 7 part = Parts::Image.create! 8 p part[:type] で何が返るのかの話。 before 2.1 1 part[:type] # => "Image" after 2.1 1 part[:type] # => "Parts::Image" 互換性 2.1 では AR::Base.... > このページを見る
最終更新時間:
2008年08月09日07時31分



![TT チャレンジ ザ スバル レコード [DVD]](http://ecx.images-amazon.com/images/I/51SnT6NB8iL._SL75_.jpg)




