module ActionView

def self.eager_load!

def self.eager_load!
  super
  ActionView::Helpers.eager_load!
  ActionView::Template.eager_load!
end