Sha256: 9d0a2a78887b4e5cf15788f898e7c4bd83c9cd98caab89530cfb023031f0cf12
Contents?: true
Size: 184 Bytes
Versions: 280
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true class Avo::ReferrerParamsComponent < ViewComponent::Base attr_reader :back_path def initialize(back_path: nil) @back_path = back_path end end
Version data entries
280 entries across 280 versions & 1 rubygems