mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove reference to class that doesn't exist (ht: brynary)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user