Sha256: 0407f5cf80f671fc8cc4e757affb7018f2cf2c179c1e8d3cbcbddd49cdec0616
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
module RestPack::Core::Service::Serializers class UserSerializer include RestPack::Serializer self.model_class = RestPack::User::Service::Models::User self.key = :users # attributes :id, :application_id, :user_id, :title, :content, :latitude, :longitude, # :tags, :access, :data, :href, :updated_at, :created_at end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
restpack_core_service-0.0.6 | lib/restpack_core_service/serializers/user_serializer.rb |
restpack_core_service-0.0.5 | lib/restpack_core_service/serializers/user_serializer.rb |