Working with Ruby on Rails since july 2007. RoR web application development along with other technologies like LAMP.The reason to love programming with RoR is, it helps keep code simple, clean and nice…
Also working with php/cakephp etc.
Tuesday, September 20, 2011
change table column name in Rails validation message
class Vendor <ActiveRecord::Base
validate_uniqness_of :gid, :message => "should be uniq"
No comments:
Post a Comment