newb
1
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
newb
2
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/