public
Description: Add humanity to Rails ActiveRecord column names.
Homepage: http://blog.ashchan.com/archive/2008/11/24/rails-i18n-activerecord-model-human-name-made-easy/
Clone URL: git://github.com/ashchan/humanize_attributes.git
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file uninstall.rb
README
HumanizeAttributes
==================

Add humanity to Rails ActiveRecord column names.


Example
=======

humanize_attributes :login => "用户名",
                    :password => "密码"


Credits
=======

The original idea came from [Changing human attribute labels in Rails validation 
messages](http://fatvegan.com/2008/05/13/changing-human-attribute-labels-in-rails-validation-messages/).

Copyright (c) 2008 James Chan, released under the MIT license