5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 10:54:16 +00:00
panel/app/models/metadata_email.rb

6 lines
138 B
Ruby
Raw Normal View History

2020-01-22 20:38:22 +00:00
# frozen_string_literal: true
# Un campo de correo
# TODO: Validar que tenga un formato correo
2020-01-22 21:25:48 +00:00
class MetadataEmail < MetadataString; end