Files
mozo-backend/lib/qwaiter/serializer.rb
T
2014-03-27 21:51:16 +01:00

7 lines
139 B
Ruby

module Qwaiter
class Serializer < ActiveModel::Serializer
attribute :_id, key: :id
attributes :created_at, :updated_at
end
end