Sha256: 814ca2543ecac27025d1667990c37424bedfa25f9397cc05ffc61eec7b232a4b
Contents?: true
Size: 220 Bytes
Versions: 53
Compression:
Stored size: 220 Bytes
Contents
class Auth::Workflow::Schedule include Auth::Concerns::WorkflowConcern field :assembly_id, type: String field :order_id, type: String embeds_many :bookings, :class_name => Auth.configuration.booking_class end
Version data entries
53 entries across 53 versions & 1 rubygems