mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 17:14:59 +08:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DirectoryColumn < ActiveRecord::Base
|
|
belongs_to :user_field
|
|
end
|