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