I have the following in my model
validates_numericality_of :lwind_id
When a user submits a non numeric value for the lwind control, the default
validaiton message is "Lwind is not a number". I need this to say
"Land
Window is not a number".
I have placed the following in my model
validates_numericality_of :lwind_id, :message => "Land Window is not a
number"
which yields
"Lwind Land Window is not a number"
Thanks in advance,
Dennis Byrne
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://wrath.rubyonrails.org/pipermail/rails/attachments/20060708/23b3f923/attachment.html