Mostly working state

This commit is contained in:
2026-07-28 22:05:33 -06:00
parent f497329169
commit f62ce57279
6 changed files with 79 additions and 209 deletions
+5
View File
@@ -0,0 +1,5 @@
class JointInfo < ApplicationRecord
def readonly?
true
end
end