Sha256: 35a3dcd3e228bf3b646c703473c384f520eaf49917939fb55e6679c0b4c3eacd

Contents?: true

Size: 227 Bytes

Versions: 62

Compression:

Stored size: 227 Bytes

Contents

module Workarea
  class Admin::ProductImagesViewModel < ApplicationViewModel
    def by_option
      @by_option ||= model.images.asc(:position).group_by do |image|
        image.option.to_s.titleize
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.4.13 app/view_models/workarea/admin/product_images_view_model.rb
workarea-admin-3.4.12 app/view_models/workarea/admin/product_images_view_model.rb