Railsヘルパーで次のようなスクリプトを使用したい:
select_tag(:article_id, option_groups_from_collection_for_select( @article, :categories, :name, :id, :name, :include_blank => "Select one category"))
しかし、私のスクリプトでは何も起こりません。include_blank メソッドで option_groups_from_collection_for_select を使用するにはどうすればよいですか?