initial data model implementation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class EntryVersion < ApplicationRecord
|
||||
belongs_to :entry
|
||||
belongs_to :user
|
||||
|
||||
validates :changes_made, presence: true
|
||||
end
|
||||
Reference in New Issue
Block a user