method

eager_load!

eager_load!()
public

No documentation available.

# File actionpack/lib/action_view.rb, line 83
  def self.eager_load!
    super
    ActionView::Template.eager_load!
  end