Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10787 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

[PATCH] Remove template class from Actionpack

Reported by: lifofifo Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

ActionController::Base.template_class isn't really being used anywhere. So let's get rid of it.

Attachments

remove_template_class.patch (2.8 kB) - added by lifofifo on 01/12/08 20:53:49.

Change History

01/12/08 20:53:49 changed by lifofifo

  • attachment remove_template_class.patch added.

03/05/08 12:12:22 changed by pratik

  • status changed from new to closed.
  • resolution set to fixed.

(In [8985]) Remove unused ActionController::Base.template_class. Closes #10787