Class: Mingle::Instagram::Photo

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/mingle/instagram/photo.rb

Instance Method Summary collapse

Instance Method Details

#authorObject



11
12
13
# File 'app/models/mingle/instagram/photo.rb', line 11

def author
  user_handle
end

#avatarObject



15
16
17
# File 'app/models/mingle/instagram/photo.rb', line 15

def avatar
  user_image_url
end