Commit 955d5e2a5ac25091efd5d24cc04da3c185c8c051

Authored by Caio Almeida
Committed by Larissa Reis
1 parent f7f787da

Ticket #262: Fix path to profile image

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/external_person.rb
@@ -101,6 +101,6 @@ class ExternalPerson < ActiveRecord::Base @@ -101,6 +101,6 @@ class ExternalPerson < ActiveRecord::Base
101 end 101 end
102 102
103 def image 103 def image
104 - ExternalPerson::Image.new(path) 104 + ExternalPerson::Image.new(avatar)
105 end 105 end
106 end 106 end