Super basic version

This commit is contained in:
2026-07-27 20:06:15 -06:00
parent 1932ad4f72
commit 7532b938ed
7 changed files with 133 additions and 2 deletions
+3
View File
@@ -1,2 +1,5 @@
class Joint < ApplicationRecord
def readonly?
true
end
end
+3
View File
@@ -1,2 +1,5 @@
class JointsInfo < ApplicationRecord
def readonly?
true
end
end
+3
View File
@@ -1,2 +1,5 @@
class SpecialTest < ApplicationRecord
def readonly?
true
end
end