here is my question.
I have a map and I want the user can create a marker only into a certain area. In javascript all is done well BUT I want a validation also in Ruby on Rails, on the model. How can I proceed? Thanks a lot for help!
here is my question. I have a map and I want the user can
Share
There are model validations, which are of great help. Also described here.