Sha256: 54ac676eecaaad62acef882c28368caaf6045d0d4205a68304e72363ca1889a8
Contents?: true
Size: 164 Bytes
Versions: 1
Compression:
Stored size: 164 Bytes
Contents
# frozen_string_literal: true module Mihari module Models class Tagging < ActiveRecord::Base belongs_to :alert belongs_to :tag end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mihari-5.6.2 | lib/mihari/models/tagging.rb |