Skip to content

Commit

Permalink
Merge pull request mmangino#49 from r38y/master
Browse files Browse the repository at this point in the history
Added Mogli::User#username
  • Loading branch information
mmangino committed May 6, 2011
2 parents 3d651b8 + e7a3bcc commit 164eba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mogli/user.rb
Expand Up @@ -2,7 +2,7 @@ module Mogli
class User < Profile
set_search_type

define_properties :first_name, :last_name, :link, :about, :birthday, :gender,
define_properties :username, :first_name, :last_name, :link, :about, :birthday, :gender,
:email, :website, :timezone, :updated_time, :verified, :political, :bio,
:relationship_status, :locale, :religion, :quotes, :third_party_id

Expand Down

0 comments on commit 164eba6

Please sign in to comment.