User app updates

This commit is contained in:
2014-03-27 21:51:16 +01:00
parent 6af7dc74af
commit e179f6e582
37 changed files with 362 additions and 53 deletions
+1
View File
@@ -1,5 +1,6 @@
module Qwaiter
class Serializer < ActiveModel::Serializer
attribute :_id, key: :id
attributes :created_at, :updated_at
end
end