Added princples to the data base.

This commit is contained in:
2022-06-11 19:42:21 +01:00
parent bfae18aae8
commit 0fa0f5f42e
7 changed files with 65 additions and 18 deletions

3
app/models/principle.rb Normal file
View File

@@ -0,0 +1,3 @@
class Principle < ApplicationRecord
belongs_to :caf
end