Class: Identity

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/templates/identity.rb

Instance Method Summary collapse

Instance Method Details

#avatar_urlObject



13
14
15
# File 'lib/generators/templates/identity.rb', line 13

def avatar_url
  info["image"]
end

#usernameObject



9
10
11
# File 'lib/generators/templates/identity.rb', line 9

def username
  info["nickname"]
end