Is this good idea set before filter like this
ActionController::Base.before_filter { TitleHelper::Taitl.reset }
I use this because rails cache classes, and i need to reset variable to make my script work correct
Also i don't want call it explicitly in ApplicationController