Sha256: f3e5a57a476e1f104dda441251cbc8882098bf94e89795aadf8133bc8fadf501
Contents?: true
Size: 233 Bytes
Versions: 10
Compression:
Stored size: 233 Bytes
Contents
module Wupee module AttachedObject extend ActiveSupport::Concern included do has_many :notifications_as_attached_object, as: :attached_object, dependent: :destroy, class_name: "Wupee::Notification" end end end
Version data entries
10 entries across 10 versions & 1 rubygems