Sha256: 99e568afc4f3c31d77db25091fa030c16493db21e5d2ac4bbbaa4552dca9c74c
Contents?: true
Size: 168 Bytes
Versions: 9
Compression:
Stored size: 168 Bytes
Contents
# 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
9 entries across 9 versions & 1 rubygems