Sha256: b1e52a9133da6bd3b88300d66d75d3329077b6ccc70171bb4a5705758b1f9871
Contents?: true
Size: 249 Bytes
Versions: 7
Compression:
Stored size: 249 Bytes
Contents
class Project < ActiveRecord::Base has_many :tasks has_many :assignments, :class_name => 'ProjectTask' accepts_nested_attributes_for :tasks accepts_nested_attributes_for :assignments has_many :not_nested_tasks, :class_name => 'Task' end
Version data entries
7 entries across 7 versions & 3 rubygems