Sha256: 6d0a4596d88934f769dc6b75c451f64b27e3e6b7911f833ee05565454b734e59
Contents?: true
Size: 197 Bytes
Versions: 28
Compression:
Stored size: 197 Bytes
Contents
class EveApp::SolarSystemSerializer < ActiveModel::Serializer attributes :id, :name attribute :security do object.security.round(2) end # link(:self) { solar_system_path(object) } end
Version data entries
28 entries across 28 versions & 1 rubygems