Skip to content

Commit

Permalink
DEV: Add annotation to model
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 committed Dec 12, 2024
1 parent e3e557f commit 65a48ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/models/silenced_assignment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
class SilencedAssignment < ActiveRecord::Base
belongs_to :assignment
end

# == Schema Information
#
# Table name: silenced_assignments
#
# id :bigint not null, primary key
# assignment_id :bigint not null
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_silenced_assignments_on_assignment_id (assignment_id) UNIQUE
#

0 comments on commit 65a48ee

Please sign in to comment.