Sha256: f69af551301f81959ad13c41e32ec3fbecad12902121ac55dfc0a3ed2849267d
Contents?: true
Size: 761 Bytes
Versions: 9
Compression:
Stored size: 761 Bytes
Contents
# This file is part of Branston. # # Branston is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation. # # Branston 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 Branston. If not, see <http://www.gnu.org/licenses/>. class Release < ActiveRecord::Base validates_presence_of :release_date has_many :iterations, :order => 'end_date' end
Version data entries
9 entries across 9 versions & 1 rubygems