Sha256: 8bfffc54d0883ab442c43848e592187af6a94a79d2ffafdcde5a86229657a50f
Contents?: true
Size: 134 Bytes
Versions: 52
Compression:
Stored size: 134 Bytes
Contents
# frozen_string_literal: true module Mihari class Tagging < ActiveRecord::Base belongs_to :alert belongs_to :tag end end
Version data entries
52 entries across 52 versions & 1 rubygems