Sha256: 48a3766aa6e297adbe0ce6bffb6d020ace0c1e13fd3316f21d4e09d9759cbff5
Contents?: true
Size: 850 Bytes
Versions: 4
Compression:
Stored size: 850 Bytes
Contents
#-- # WontoMedia - a wontology web application # Copyright (C) 2011 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program in the file COPYING and/or LICENSE. If not, # see <http://www.gnu.org/licenses/>. #++ # This model class is a child of Item using Rails' single-table inheritance. class QualifiedItem < Item end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wontomedia-1.0.7 | app/models/qualified_item.rb |
wontomedia-1.0.6 | app/models/qualified_item.rb |
wontomedia-1.0.5 | app/models/qualified_item.rb |
wontomedia-1.0.4 | app/models/qualified_item.rb |