Sha256: 18cbed069468e883da081fd33954157fd755848c96d7457f20412dc30b3b3685
Contents?: true
Size: 198 Bytes
Versions: 54
Compression:
Stored size: 198 Bytes
Contents
# {Authorable} associates one or more {Author}s to one or more {Article}s. module Lines class Authorable < ActiveRecord::Base belongs_to :author belongs_to :article, touch: true end end
Version data entries
54 entries across 54 versions & 1 rubygems