Sha256: 1372bcc802d4161a5ca337670b3fab35ba928294cc2e26ee4dffa14a32280ba0
Contents?: true
Size: 204 Bytes
Versions: 9
Compression:
Stored size: 204 Bytes
Contents
# {Authorable} associates one or more {Author}s to one or more {Article}s. module Lines class Authorable < Lines::ApplicationRecord belongs_to :author belongs_to :article, touch: true end end
Version data entries
9 entries across 9 versions & 2 rubygems