Sha256: dc8320d0bf24457666348b85751909d95509de96faa60f9fc8cb2bfc2f432c43

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 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 lib/enjoy/catalog/models/item_category_image.rb