makes models inherit from ApplicationRecord
This commit is contained in:
committed by
Julian Herrero
parent
1cec362ba7
commit
7ab602175a
@@ -1,4 +1,4 @@
|
||||
class Poll::PartialResult < ActiveRecord::Base
|
||||
class Poll::PartialResult < ApplicationRecord
|
||||
|
||||
VALID_ORIGINS = %w{web booth}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user