Feb 16, 2012
ActiveSupport::Inflector - titleize, humanize
Did you know that humanize (and titleize that calls humanize) strips out the "_id" postfix? I had symbol:
type = :industry_id
and using:
type.to_s.titleize
in the view displayed it as "Industry"










