2012-11-20 Rails の Model のカラムのタイプをとる Rails Ruby 便利だったのでメモ。 > Admin.columns.find{ |n| n.name == 'id' }.type => :integer