Sha256: d8c0db38ae3df1bf3e6deae8b1d96a6f2c934d69581bdad1b9f4bae73abdd02a
Contents?: true
Size: 167 Bytes
Versions: 14
Compression:
Stored size: 167 Bytes
Contents
class ContentPicture < ApplicationRecord include Concerns::ContentType TARGETS = %w(_self _blank) belongs_to :asset def content_type :picture end end
Version data entries
14 entries across 14 versions & 1 rubygems