Page MenuHomeGRNET

txt.rb
No OneTemporary

File Metadata

Created
Wed, Nov 19, 1:56 PM
class TXT < Record
validates :content,
format: {
with: /\A".*"\Z/,
message: 'TXT records should be enclosed in quotes'
}
end

Event Timeline