Sha256: 6db0349c09e6ab8ec881259823ea9f61ebc1751ca600a1a6be04da3c75b5f0d0
Contents?: true
Size: 184 Bytes
Versions: 13
Compression:
Stored size: 184 Bytes
Contents
module Carnival class Notification < ActiveRecord::Base include Carnival::ModelHelper has_many :admin_user_notifications def to_label self.title end end end
Version data entries
13 entries across 13 versions & 1 rubygems