Silly read only databases...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class JointsDashboard < ApplicationRecord
|
||||
self.table_name = "Joints"
|
||||
|
||||
# Prevent actidental updates from code:
|
||||
def readonly?
|
||||
true
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user