Sha256: 5369f1ac7d3ead812f178e4d7dff4b3ac8026f0002c268365145fa17069edfdb
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
module RocketCMS module Models module GalleryImage extend ActiveSupport::Concern include RocketCMS::Model include Enableable include RocketCMS.orm_specific('GalleryImage') included do belongs_to :gallery field :name, type: String, localize: RocketCMS.configuration.localize end end end end
Version data entries
11 entries across 11 versions & 1 rubygems