Sha256: 7e7e6a99bf72015475368c8f59befacfbd7f7d0e617a0fe5e12a81438929c7f5

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

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

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

      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.1 lib/enjoy/catalog/models/item_category_image.rb