Sha256: 9b7abf61a9cc4c79c3debae94969254246c6a2895805edf88b777d17891489eb
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 Bytes
Contents
module LesliBell class Account < ApplicationRecord belongs_to :account, class_name: "::Lesli::Account" has_many :notifications has_many :announcements end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lesli_bell-0.1.0 | app/models/lesli_bell/account.rb |