Hi, I can''t no longer use an ApplicationHelper method from a specific controller view! This brand new error is appared updating from 0.12 to 0.13 rails version. I get an error if don''t explicitly write: helper :ApplicationHelper in the view''s controller! In the other views I use it without pain... how is it possible? Thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
my mistake :-) I''ve manually created the controller and I was using ActionController::Base as base class of the controller instead of ApplicationController! -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke