Sha256: 8601d8d4b5119e782ec1653f85316ed3d7364bae5d5d4165e480962cbb7d3fbe
Contents?: true
Size: 865 Bytes
Versions: 14
Compression:
Stored size: 865 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 Scenario < ActiveRecord::Base # Assocations # belongs_to :story has_many :outcomes, :dependent => :destroy has_many :preconditions, :dependent => :destroy # Validations # validates_presence_of :title end
Version data entries
14 entries across 14 versions & 1 rubygems