Sha256: abd640fbadab70c75f96723e9074c4c26580efbe3d087580f5b18225a66c641b
Contents?: true
Size: 206 Bytes
Versions: 52
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module Decidim::Verifications class Conflict < ApplicationRecord belongs_to :current_user, class_name: "User" belongs_to :managed_user, class_name: "User" end end
Version data entries
52 entries across 52 versions & 1 rubygems