about summary refs log tree commit diff stats
path: root/app/models/vote.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/vote.rb')
-rw-r--r--app/models/vote.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/vote.rb b/app/models/vote.rb index e2d8386..fced5bd 100644 --- a/app/models/vote.rb +++ b/app/models/vote.rb
@@ -2,5 +2,4 @@ class Vote < ApplicationRecord
2 belongs_to :votable, polymorphic: true 2 belongs_to :votable, polymorphic: true
3 3
4 validates :upvote, presence: true, inclusion: { in: [0, 1] } 4 validates :upvote, presence: true, inclusion: { in: [0, 1] }
5 validates :ip, presence: true
6end 5end