Sha256: b72d2dddeb68050c052fafce977badc52007ae9102efb31f45ccf50a6c3f78d3
Contents?: true
Size: 148 Bytes
Versions: 54
Compression:
Stored size: 148 Bytes
Contents
# frozen_string_literal: true module Motor class NoteTag < ::Motor::ApplicationRecord has_many :note_tag_tags, dependent: :destroy end end
Version data entries
54 entries across 54 versions & 6 rubygems