Files
mozo-backend/lib/qwaiter/serializer.rb
T
2013-09-24 08:47:30 +02:00

6 lines
99 B
Ruby

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