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 SiteCustomization::Image < ActiveRecord::Base
class SiteCustomization::Image < ApplicationRecord
VALID_IMAGES = {
"logo_header" => [260, 80],
"social_media_icon" => [470, 246],