Sha256: 851bcc0d377fc291d8a0a7af0066c2f88ac89bcc496f225d2ccbb391ed0170fe
Contents?: true
Size: 182 Bytes
Versions: 13
Compression:
Stored size: 182 Bytes
Contents
module Concerns module Imageable extend ActiveSupport::Concern included do has_many :images, as: :imageable end def imageable? true end end end
Version data entries
13 entries across 13 versions & 1 rubygems