Module: Avo::Fields::Concerns::FrameLoading
- Extended by:
- ActiveSupport::Concern
- Included in:
- HasManyField::ShowComponent, HasOneField::ShowComponent
- Defined in:
- lib/avo/fields/concerns/frame_loading.rb
Instance Method Summary collapse
Instance Method Details
#turbo_frame_loading ⇒ Object
7 8 9 |
# File 'lib/avo/fields/concerns/frame_loading.rb', line 7 def turbo_frame_loading kwargs[:turbo_frame_loading] || params[:turbo_frame_loading] || "eager" end |