From 280a46b5c4958cb183427028a8e66059856d46aa Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 17 Jun 2014 01:57:15 -0700 Subject: if identity fails to be created, destroy the user. also, pass through identity errors to user and add identity class hook. --- app/models/identity.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models/identity.rb') diff --git a/app/models/identity.rb b/app/models/identity.rb index 2f6241c..e7b5785 100644 --- a/app/models/identity.rb +++ b/app/models/identity.rb @@ -163,4 +163,5 @@ class Identity < CouchRest::Model::Base end end + ActiveSupport.run_load_hooks(:identity, self) end -- cgit v1.2.3