Skip to content

Commit

Permalink
Added religion and quotes to User
Browse files Browse the repository at this point in the history
  • Loading branch information
treybean authored and mmangino committed Oct 5, 2010
1 parent 38eaefa commit 267fe54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/mogli/user.rb
Expand Up @@ -3,8 +3,10 @@ class User < Profile
set_search_type

define_properties :first_name, :last_name, :link, :about, :birthday, :gender,
:email, :website, :timezone, :updated_time, :verified, :political, :relationship_status, :locale

:email, :website, :timezone, :updated_time, :verified, :political,
:relationship_status, :locale, :religion, :quotes

>>>>>>> ce16930... Added religion and quotes to User
def self.recognize?(hash)
!hash.has_key?("category")
end
Expand Down

0 comments on commit 267fe54

Please sign in to comment.