Sha256: c09c180c374ead065e07131a64be3f4ad4cc74f88018f8de6ddc383d068a3953
Contents?: true
Size: 287 Bytes
Versions: 8
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true class Avo::Fields::HasManyField::ShowComponent < Avo::Fields::ShowComponent include Turbo::FramesHelper def turbo_frame_loading = kwargs[:turbo_frame_loading] def loading turbo_frame_loading || params[:turbo_frame_loading] || "eager" end end
Version data entries
8 entries across 8 versions & 1 rubygems