1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove reference to class that doesn't exist (ht: brynary)

This commit is contained in:
Yehuda Katz 2009-11-28 21:36:58 -08:00
parent 4f2a04cc08
commit 45d8ff08a4

View file

@ -25,7 +25,7 @@ require File.join(File.dirname(__FILE__), "action_pack")
module ActionView
def self.load_all!
[Context, Base, InlineTemplate, TemplateError]
[Context, Base, TemplateError]
end
autoload :Base, 'action_view/base'