There's no reason it should do that that I can think of. Which version of Rails are you using?
Perhaps you're running in production mode and you forgot to reset your webserver after you've changed your model? ---------------------------------------------- Blog: http://random8.zenunit.com/ Twitter: http://twitter.com/random8r Learn: http://sensei.zenunit.com/ Latest: How to use Unix basics at http://sensei.zenunit.com/ On 25/05/2009, at 7:26 PM, Newb Newb wrote: > > hi > I want to get country code for phone numbers in my form. > I dont have database field for country_code . > So i created like below > > attr_accessor :phone , :country_code > > I have given for validation like below > > validates_presence_of :country_code, > :message => '*The country code is required.' > > but it doesnot show the above validation message ... > what i should do... > pls help me. > Thanks > -- > Posted via http://www.ruby-forum.com/. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

