use google user avatar as profile phone

This commit is contained in:
João Geonizeli
2022-07-22 12:53:57 -03:00
parent 20781746e6
commit 9db59c071f
18 changed files with 72 additions and 252 deletions

View File

@@ -0,0 +1,5 @@
class AddAvatarUrlToUser < ActiveRecord::Migration[7.0]
def change
add_column(:users, :avatar_url, :string, null: true)
end
end