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

Ticket #10434 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH][TINY] A comment in ActionController::Dispatcher.dispatch mentions non-existent ActionController::Dispatcher#dispatch!

Reported by: fxn Assigned to: core
Priority: low Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords:
Cc:

Description

Summary says it all, the comment should mention ActionController::Dispatcher#dispatch instead.

Attachments

fix_mention_to_non_existent_dispatch_bang.diff (0.7 kB) - added by fxn on 12/09/07 14:14:50.

Change History

12/09/07 14:14:50 changed by fxn

  • attachment fix_mention_to_non_existent_dispatch_bang.diff added.

12/09/07 22:50:44 changed by fxn

  • summary changed from A comment in ActionController::Dispatcher.dispatch mentions non-existent ActionController::Dispatcher#dispatch! to [PATCH][TINY] A comment in ActionController::Dispatcher.dispatch mentions non-existent ActionController::Dispatcher#dispatch!.

12/10/07 00:52:41 changed by bitsweat

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

(In [8346]) Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]