Pt-C-2
Dave says:
I changed the validation of the price, adding the :message option
validates_numericality_of :price, :message => "should be a number like 12.34"
youngMok says:
i want to change message like this. “Hi, there” + “Price(* the name of :price attribute)” + “should be a number like 12.34” how can i do this? help me ~

