lk | change references from agency#phone_number to agency#phone

This commit is contained in:
Louis Knapp
2016-07-26 14:21:18 -05:00
parent 7fdf4f7d02
commit ba036cd808
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace :db do
city: Faker::Address.city,
state: "IL",
postal_code: Faker::Number.number(5),
phone_number: Faker::Number.number(7),
phone: Faker::Number.number(7),
email: Faker::Internet.email
}
end