As we are using an attr_accessor to make sure a user accepts that the proposal “has no map”, the validation was being run in every save. Making other things break, for example the updating of the counter cache `cached_votes_up`, when someone voted for the proposal, as the attr_accessor `skip_map` was not present