aspushkinus/take_dat_shit

View on GitHub
app/serializers/toilet_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
include ActionView::Helpers::DateHelper

class ToiletSerializer < ActiveModel::Serializer
  attributes :id, :group_id, :state, :name, :description, :gender, :created_at, :updated_at, :last_keep_alive_at
end