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

Ticket #9952 (closed enhancement: fixed)

Opened 11 months ago

Last modified 11 months ago

[PATCH] Remove unnecessary returns in ActionPack's builtin filter methods

Reported by: josh Assigned to: bitsweat
Priority: normal Milestone: 2.0
Component: ActionPack Version: edge
Severity: normal Keywords: tiny
Cc:

Description

Removes unnecessary returns in ActionPacks built in filter methods changed by [7984].

Attachments

use_new_filter_convention_in_actionpack_internals.diff (2.3 kB) - added by josh on 10/22/07 22:50:23.

Change History

10/22/07 22:50:23 changed by josh

  • attachment use_new_filter_convention_in_actionpack_internals.diff added.

10/22/07 23:16:52 changed by bitsweat

  • summary changed from [PATCH] to [PATCH] Remove unnecessary returns in ActionPack's builtin filter methods.
  • milestone changed from 2.x to 2.0.

A

10/24/07 00:38:41 changed by josh

  • owner changed from david to bitsweat.

Opps, I forgot the title.

bitsweat, can you review this one?

10/24/07 04:47:43 changed by bitsweat

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

(In [8009]) Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek]