Skip to content

Commit

Permalink
added property for 'interested_in' which should be valid: https://dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbhodge committed Mar 29, 2012
1 parent 79bb3fc commit b8aa965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mogli/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class User < Profile

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,
:interested_in, :relationship_status, :locale, :religion, :quotes, :third_party_id,
:inspirational_people, :sports, :with, :middle_name, :category

def self.recognize?(hash)
Expand Down

0 comments on commit b8aa965

Please sign in to comment.