Sha256: 196e2254af803eb83b8153c8bfd08d734f7b79db1e93e2b2d1e84e14372cba1b
Contents?: true
Size: 180 Bytes
Versions: 211
Compression:
Stored size: 180 Bytes
Contents
module Comee module Core class UnitConversionSerializer < ActiveModel::Serializer attributes :id, :factor belongs_to :from belongs_to :to end end end
Version data entries
211 entries across 211 versions & 1 rubygems