mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 22:46:28 +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
|