Sha256: 169d32275946618dcf605fcce54e60115a48c401c05c8c0f015de1236d0de0af
Contents?: true
Size: 726 Bytes
Versions: 14
Compression:
Stored size: 726 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 Participation < ActiveRecord::Base belongs_to :user belongs_to :iteration end
Version data entries
14 entries across 14 versions & 1 rubygems