makes models inherit from ApplicationRecord

This commit is contained in:
Juanjo Bazán
2017-06-22 14:16:09 +02:00
committed by Julian Herrero
parent 1cec362ba7
commit 7ab602175a
29 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
class Poll::PartialResult < ActiveRecord::Base
class Poll::PartialResult < ApplicationRecord
VALID_ORIGINS = %w{web booth}