This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/models/directory_column.rb
2021-06-07 12:34:01 -05:00

6 lines
103 B
Ruby

# frozen_string_literal: true
class DirectoryColumn < ActiveRecord::Base
belongs_to :user_field
end