Sha256: d11694ce2ee1570408a1d3c15f79c8bcbd960381d6e96139700eefe16249e33c
Contents?: true
Size: 374 Bytes
Versions: 22
Compression:
Stored size: 374 Bytes
Contents
module Enjoy module Models module Seo extend ActiveSupport::Concern include Enjoy::Model include Enjoy::Enableable include Enjoy.orm_specific('Seo') included do belongs_to :seoable, polymorphic: true validates_attachment_content_type :og_image, content_type: /\Aimage\/.*\Z/, if: :og_image? end end end end
Version data entries
22 entries across 22 versions & 1 rubygems