Sha256: ad1b2854f76d1b8d22418ad7b4090a8ffd0500941acb318f66cb64b27cabfb66
Contents?: true
Size: 208 Bytes
Versions: 48
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true class Developer < ActiveRecord::Base has_and_belongs_to_many :projects has_many :replies has_many :topics, through: :replies accepts_nested_attributes_for :projects end
Version data entries
48 entries across 48 versions & 2 rubygems