Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 65a48ee

Browse files
committed
DEV: Add annotation to model
1 parent e3e557f commit 65a48ee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/models/silenced_assignment.rb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@
33
class SilencedAssignment < ActiveRecord::Base
44
belongs_to :assignment
55
end
6+
7+
# == Schema Information
8+
#
9+
# Table name: silenced_assignments
10+
#
11+
# id :bigint not null, primary key
12+
# assignment_id :bigint not null
13+
# created_at :datetime not null
14+
# updated_at :datetime not null
15+
#
16+
# Indexes
17+
#
18+
# index_silenced_assignments_on_assignment_id (assignment_id) UNIQUE
19+
#

0 commit comments

Comments
 (0)