mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DirectoryColumn < ActiveRecord::Base
|
|
belongs_to :user_field
|
|
end
|