Sha256: 0e375967662e3aede7cfb444ffb31b4f08d39c43a31571ad3ee0feea0ae52789
Contents?: true
Size: 196 Bytes
Versions: 12
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true # to demonstrate a has_through association that does not have paper_trail enabled class Editor < ActiveRecord::Base has_many :editorships, dependent: :destroy end
Version data entries
12 entries across 12 versions & 1 rubygems