Sha256: 69625935e0310a5a8ae8c491d35daf41e7662e52952caee813f2b17069652f0d

Contents?: true

Size: 284 Bytes

Versions: 62

Compression:

Stored size: 284 Bytes

Contents

module Workarea
  module Admin
    class TaxCategoryViewModel < ApplicationViewModel
      def timeline
        @timeline ||= TimelineViewModel.new(model)
      end

      def newest_rates
        @newest_rates ||= rates.order(created_at: :desc).limit(10)
      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/tax_category_view_model.rb
workarea-admin-3.4.12 app/view_models/workarea/admin/tax_category_view_model.rb