A Day in the Life

2008-06-10

rails で controller からヘルパメソッドを呼び出す

主に flash に適当な html をつっこみたいときに、ヘルパメソッド使いたい。

flash[:message] = render_to_string(:inline => '<%= helper_method(@foobar) %>')

冗長な…。

ついき

2.1 からは

ApplicationController.helpers.helper_method()

で呼び出せるようになってとか。にんにん。

Quilt::Identicon

すばらしすぎるなー。swdyh++

記事の一覧 >