Sha256: ab74de1abf0eae108862bc96e5fc7ca1d355d34163b9c404a4581fd3834fa029
Contents?: true
Size: 237 Bytes
Versions: 17
Compression:
Stored size: 237 Bytes
Contents
class Sandwich < Attributor::Model attributes do attribute :name, String attribute :meat, Attributor::Polymorphic.on(:type) do given :chicken, Chicken given :turkey, Turkey given :duck, Duck end end end
Version data entries
17 entries across 17 versions & 1 rubygems