undefined method `length' for Enumerable when calling truncate method
With rails 2.0.2 and ruby 1.8.7 you can find this error using rails truncate helper
To solve this problem, paste this code in your enviroment.rb (eof).
module ActionView
module Helpers
modul