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

Ticket #10839 (closed enhancement: fixed)

Opened 9 months ago

Last modified 6 months ago

[PATCH] Access helper methods outside of views

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

Description

Provide a helper proxy to access helper from outside views. ActionView::helpers.some_method

Attachments

helper_proxy.diff (1.5 kB) - added by josh on 01/17/08 20:46:45.

Change History

01/17/08 20:46:45 changed by josh

  • attachment helper_proxy.diff added.

01/17/08 20:46:56 changed by josh

  • summary changed from Access helper methods outside of views to [PATCH] Access helper methods outside of views.

01/17/08 20:51:58 changed by josh

Provides ApplicationController.helpers.some_method

04/06/08 18:42:38 changed by josh

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

(In [9234]) Provide a helper proxy to access helper methods from outside views. Closes #10839 [Josh Peek]