Sha256: 93484eb61b838801879501f7bed0a15d5d1db8a8299f5706cf53ad7d37ab8fe0
Contents?: true
Size: 266 Bytes
Versions: 41
Compression:
Stored size: 266 Bytes
Contents
module Avo module Fields module Concerns module FrameLoading extend ActiveSupport::Concern def turbo_frame_loading kwargs[:turbo_frame_loading] || params[:turbo_frame_loading] || "eager" end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems