Ember temp commit

This commit is contained in:
2013-09-24 08:47:30 +02:00
parent ebbb5dedfc
commit 5650ada04c
71 changed files with 595 additions and 66 deletions
+2
View File
@@ -1,4 +1,6 @@
module Qwaiter
extend ActiveSupport::Autoload
autoload :Distribution
autoload :Serializer
end
+5
View File
@@ -0,0 +1,5 @@
module Qwaiter
class Serializer < ActiveModel::Serializer
attribute :_id, key: :id
end
end