mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 23:30:45 +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
|