We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace the mask js for each input with only a mask validate.
validates :phone, :mask => '9999-9999'
Only this is necessary to the input have mask without a specific js.
More info