Class: Dato::Local::FieldType::String
- Inherits:
-
Object
- Object
- Dato::Local::FieldType::String
- Defined in:
- lib/dato/local/field_type/string.rb
Class Method Summary collapse
Class Method Details
.parse(value, _repo) ⇒ Object
7 8 9 |
# File 'lib/dato/local/field_type/string.rb', line 7 def self.parse(value, _repo) value end |