Page MenuHomeGRNET

txt.rb
No OneTemporary

File Metadata

Created
Sun, May 17, 10:51 AM
class TXT < Record
validates :content,
format: {
with: /\A".*"\Z/,
message: 'TXT records should be enclosed in quotes'
}
end

Event Timeline