Upgraded to Rails 7.1.3.2 and Ruby 3.3.0

Added an Evidence rich text field for Sub principle items.
This commit is contained in:
2024-04-25 10:52:10 +01:00
parent 0a59311f2c
commit 8200b974c3
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
class Subprincipleitem < ApplicationRecord
belongs_to :subprincipleitemgroup
has_rich_text :evidence
end