I am using Gmaps4Rails on my User model.
I want to use the validation functionality, but I don’t want the validation during signup.
So I did this:
acts_as_gmappable :validation => false
Then I realized that I really would like this validation after the signup.
but I am uncertain about How can I implement conditional validation for gmaps4rails?
Any tips are welcome.
As mentionned in the doc, you can use a Proc: