Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Feb 10, 2024
1 parent 8763d5f commit 6b6ed03
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/models/document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
# document_category_id :string
# language_id :string
#
# create_table "documents", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
# t.string "path", null: false
# t.string "name"
# t.string "language_id"
# t.string "document_category_id"
# t.datetime "created_at", null: false
# t.datetime "updated_at", null: false
# t.string "variations"
# t.boolean "public", default: false
# end

class Document < ApplicationRecord
belongs_to :document_category, optional: true
alias_attribute :category, :document_category
Expand Down

0 comments on commit 6b6ed03

Please sign in to comment.