Sha256: 1ce903ebdabca72d9792223294b6983517636a803dcc30f4940da8a287dbf39c
Contents?: true
Size: 294 Bytes
Versions: 9
Compression:
Stored size: 294 Bytes
Contents
class Api::V1::TeamSerializer < Api::V1::ApplicationSerializer include Api::V1::Teams::SerializerBase # The `:id` entries are redundant, but for the moment they help us generate valid code. attributes :id, # 🚅 super scaffolding will insert new fields above this line. :id end
Version data entries
9 entries across 9 versions & 2 rubygems