Sha256: 886fceaa3af68a3a1bec99d892addf7c421bcd069ff7707ab001e3261e311711
Contents?: true
Size: 760 Bytes
Versions: 5
Compression:
Stored size: 760 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
5 entries across 5 versions & 1 rubygems