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