master
E. Almqvist 3 years ago
parent 64e429f474
commit 510984a8db
  1. 2
      src/db_models.rb
  2. BIN
      src/public/avatars/1.png
  3. BIN
      src/public/avatars/2.png

@ -9,7 +9,7 @@ class User < EntityModel
@bio_text = data["bio_text"]
@balance = data["balance"].to_f
@avatar_url = data["avatar_url"]
@reputation = data["reputation"].to_f
@reputation = data["reputation"].to_i
@pw_hash = data["pw_hash"]
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 312 KiB

Loading…
Cancel
Save