Sha256: d8fe7c6c4a881ad3556f9b99247ccef89a9ce28827fc4949cf653ae9f74e7dc8
Contents?: true
Size: 267 Bytes
Versions: 27
Compression:
Stored size: 267 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
27 entries across 27 versions & 1 rubygems