por trabajar con apuro

This commit is contained in:
f 2020-01-22 18:25:48 -03:00
parent 008ef93cbe
commit 5a055a6da3
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
# frozen_string_literal: true
# Un campo de correo
# TODO: Validar que tenga un formato correo
class MetadataString < MetadataString; end
class MetadataColor < MetadataString; end

View file

@ -2,4 +2,4 @@
# Un campo de correo
# TODO: Validar que tenga un formato correo
class MetadataString < MetadataString; end
class MetadataEmail < MetadataString; end