User app error handling upgrades

This commit is contained in:
2014-08-25 16:56:30 +02:00
parent 7a16650129
commit 1eeda440ab
11 changed files with 86 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
class UserAppLog
include SimplyStored::Couch
belongs_to :user
property :params
end