Sha256: 4fc281c32e6c383df7b26978be422d0757ffe5a93a31f7aee8fac71d16fe6d78

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

module Enjoy::Catalog
  module Models
    module ItemImage
      extend ActiveSupport::Concern
      # include Enjoy::Model
      # include Enjoy::Enableable

      include Enjoy::Catalog.orm_specific('ItemImage')

      included do
      end

      # module ClassMethods
      #   def rails_admin_add_fields
      #     {}
      #   end
      #
      #   def rails_admin_add_config(config)
      #   end
      # end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enjoy_cms_catalog-0.2.0 lib/enjoy/catalog/models/item_image.rb