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:
parent
0a59311f2c
commit
8200b974c3
@ -7,3 +7,6 @@ import "@rails/actiontext";
|
|||||||
|
|
||||||
window.importmapScriptsLoaded = true;
|
window.importmapScriptsLoaded = true;
|
||||||
|
|
||||||
|
|
||||||
|
import "trix"
|
||||||
|
import "@rails/actiontext"
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
class Subprincipleitem < ApplicationRecord
|
class Subprincipleitem < ApplicationRecord
|
||||||
belongs_to :subprincipleitemgroup
|
belongs_to :subprincipleitemgroup
|
||||||
|
has_rich_text :evidence
|
||||||
end
|
end
|
||||||
|
|||||||
@ -4,7 +4,7 @@ pin "application", preload: true
|
|||||||
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
|
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
|
||||||
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
|
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
|
||||||
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
|
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
|
||||||
pin "trix"
|
|
||||||
pin "@rails/actiontext", to: "actiontext.js"
|
|
||||||
pin_all_from "app/javascript/controllers", under: "controllers"
|
pin_all_from "app/javascript/controllers", under: "controllers"
|
||||||
pin "script"
|
pin "script"
|
||||||
|
pin "trix"
|
||||||
|
pin "@rails/actiontext", to: "actiontext.esm.js"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user