If the Telephone numbers are stored as :integer in your database (your migration shows it as string) it will display as you described.
Of course, you can take each returned value and add xxxx.to_i (in this case, since we know the decimal portion is always zero)
Bookmarks