aboutsummaryrefslogtreecommitdiff
path: root/app/models/classification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/classification.rb')
-rw-r--r--app/models/classification.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/classification.rb b/app/models/classification.rb
new file mode 100644
index 0000000..c384aa7
--- /dev/null
+++ b/app/models/classification.rb
@@ -0,0 +1,4 @@
+class Classification < ApplicationRecord
+ belongs_to :resource
+ belongs_to :section
+end