Sha256: 8a6e1029ea5624d6b4a098870daa3a36d98fc0079f6564586bc4e33bdc2cdec9
Contents?: true
Size: 421 Bytes
Versions: 7
Compression:
Stored size: 421 Bytes
Contents
module Enjoy::Catalog module Models module CategoryImage extend ActiveSupport::Concern # include Enjoy::Model # include Enjoy::Enableable include Enjoy::Catalog.orm_specific('CategoryImage') included do end def image_styles Enjoy::Catalog.configuration.category_images_image_styles end def image_jcrop_options {} end end end end
Version data entries
7 entries across 7 versions & 1 rubygems