Sha256: 3a7bafcfd08a1cc86ef7f51fa419af0fe38ce6ed8c118e37eac9bca758bf36de
Contents?: true
Size: 247 Bytes
Versions: 7
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true class User < ActiveRecord::Base has_one :submission has_one :submission_attachment, through: :submission, source: :attachment, class_name: 'Attachment' belongs_to :category has_and_belongs_to_many :roles end
Version data entries
7 entries across 7 versions & 1 rubygems