merge
This commit is contained in:
parent
fb84daf68a
commit
6f24a454c8
1 changed files with 0 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ class User
|
|||
|
||||
######## Making things work ########
|
||||
key :email, String
|
||||
<<<<<<< HEAD
|
||||
#validates_true_for :email, :logic => lambda {self.pivotal_email?}
|
||||
|
||||
|
||||
|
|
@ -33,9 +32,7 @@ class User
|
|||
def pivotal_or_diaspora_only
|
||||
raise "pivotal only" unless allowed_email?
|
||||
end
|
||||
=======
|
||||
ensure_index :email
|
||||
>>>>>>> bded53d51b1ca40e1c5c8f23fb28234849e14f78
|
||||
|
||||
def method_missing(method, *args)
|
||||
self.person.send(method, *args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue