= RailheadAutoformat RailheadAutoformat is a Ruby on Rails plugin that automatically cleans up input fields. == Installation Installation is available as gem (recommended): gem 'railhead_autoformat' Or as Rails plugin: $ ruby script/plugin install git://github.com/nagybence/railhead_autoformat.git == Usage It works fully automatically, but there is one options to modify the default behavior. auto_format :except => [:title] == License Copyright (c) 2012 Bence Nagy (nagybence@tipogral.hu), released under the MIT license.