Sha256: 9c32d59b0a86fb74181f07c3439ff3389570635939f4dabd1956ae00e14683e4
Contents?: true
Size: 315 Bytes
Versions: 17
Compression:
Stored size: 315 Bytes
Contents
# encoding: utf-8 class Project < ActiveRecord::Base has_many :tasks has_many :user_project_participations has_many :users, through: :user_project_participations has_many :versions belongs_to :customer, class_name: 'Company' belongs_to :supplier, class_name: 'Company' include ToDropdownMixin end
Version data entries
17 entries across 17 versions & 2 rubygems