logic.rb revision 64533bb0160210256e0a393ea102a4c4f1cc8eca
STAND_STATUS = %w( AcademicLiterature ISOStandard Unofficial W3CRecommendation W3CTeamSubmission W3CWorkingGroupNote )
DEFINED_BY = %w( registry )
#validates_format_of :iri, with: URI::regexp(ALLOWED_URI_SCHEMAS)
}
def to_s
name
end
def addLanguage(language)
sup = self.supports.new
sup.language = language
sup.save!
end
end