Sha256: e06e0ca91e474719070d3a329bff6d08211cef97463cf56371ae3745f89ad159
Contents?: true
Size: 240 Bytes
Versions: 28
Compression:
Stored size: 240 Bytes
Contents
class EveApp::TypeSerializer < ActiveModel::Serializer attributes :id, :name attribute :category do object.category.try(:name) end attribute :group do object.group.try(:name) end # link(:self) { type_path(object) } end
Version data entries
28 entries across 28 versions & 1 rubygems