Sha256: 9928afaad9bba08043462113e5c12622ae34616e3544b41e8bacc100a885c701
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
module Hancock::Catalog module Models module ItemImage extend ActiveSupport::Concern # include Hancock::Model # include Hancock::Enableable include Hancock::Catalog.orm_specific('ItemImage') included do end def image_styles Hancock::Catalog.configuration.item_images_image_styles end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hancock_cms_catalog-1.0.2 | lib/hancock/catalog/models/item_image.rb |