instance method
eager_load!
Ruby on Rails 8.0.4
Since v7.1.6Signature
eager_load!()
No documentation comment.
Source
# File actionview/lib/action_view/rendering.rb, line 76
def eager_load!
super
view_context_class
nil
end
Defined in actionview/lib/action_view/rendering.rb line 76
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Rendering::ClassMethods