Sha256: 272d30b56147259529773520c1bc019c61004ac33e864ced4f5d296ff85af79e
Contents?: true
Size: 421 Bytes
Versions: 4
Compression:
Stored size: 421 Bytes
Contents
# frozen_string_literal: true class SolidusAdmin::Orders::Show::Adjustments::Index::Source::SolidusPromotionsBenefit::Component < SolidusAdmin::Orders::Show::Adjustments::Index::Source::Component def detail link_to("#{model_name}: #{promotion_name}", solidus_promotions.edit_admin_promotion_path(adjustment.source_id), class: "body-link") end private def promotion_name source.promotion.name end end
Version data entries
4 entries across 4 versions & 1 rubygems