mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Handling contact verifications
This commit is contained in:
parent
44e42dd0fb
commit
637cabf95f
19 changed files with 612 additions and 5 deletions
|
@ -25,6 +25,7 @@ class ApplicationController < ActionController::Base
|
|||
def comma_support_for(parent_key, key)
|
||||
return if params[parent_key].blank?
|
||||
return if params[parent_key][key].blank?
|
||||
|
||||
params[parent_key][key].sub!(/,/, '.')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue