Sha256: 191f41f36644fcdbeb1786ea22b6b1b28394c5d26408ba24fce90f578c24766b
Contents?: true
Size: 195 Bytes
Versions: 25
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true module Mihari module Models # # Tagging model # class Tagging < ActiveRecord::Base belongs_to :rule belongs_to :tag end end end
Version data entries
25 entries across 25 versions & 1 rubygems