a Rails application has a sanitizing method
def mobile=(value) super(value.to_s.gsub(/\\s+/, "").to_i) unless value.nil? end
Yet, whe