module ActionView

Constants

ENCODING_FLAG
TemplateError

Public Class Methods

eager_load!() click to toggle source
Calls superclass method
# File lib/action_view.rb, line 83
def self.eager_load!
  super
  ActionView::Template.eager_load!
end