README.md in csv_row_model-0.4.0 vs README.md in csv_row_model-0.4.1
- old
+ new
@@ -171,11 +171,11 @@
"#{id} - #{original_string}"
end
end
```
-There are validators for different types: `Boolean`, `Date`, `Float`, `Integer`. See [Validations](#validations) for more.
+There are validators for different types: `Boolean`, `Date`, `DateTime`, `Float`, `Integer`. See [Validations](#validations) for more.
#### Default
Sets the default value of the cell:
```ruby
class ProjectImportRowModel
@@ -342,10 +342,10 @@
Included is [`ActiveWarnings`](https://github.com/s12chung/active_warnings) on `Model` and `Presenter` for warnings.
### Type Format
-Notice that there are validators given for different types: `Boolean`, `Date`, `Float`, `Integer`:
+Notice that there are validators given for different types: `Boolean`, `Date`, `DateTime`, `Float`, `Integer`:
```ruby
class ProjectImportRowModel
include CsvRowModel::Model
include CsvRowModel::Import