float 型のテーブルのカラムのモデル
[Source]
# File app/models/table_column_float.rb, line 29 29: def spec 30: "#{name}:float" 31: end
[Validate]