Sha256: c586e28713a598beff3dabbd53b6f1f73adec9b9b37ec83d86b97ef86b42fc50
Contents?: true
Size: 219 Bytes
Versions: 10
Compression:
Stored size: 219 Bytes
Contents
class BadOperationTemplate < RailsWorkflow::OperationTemplate def build_operation operation # raise 'BUILD_OPERATION' end def resolve_dependency operation # raise 'RESOLVE DEPENDENCY' true end end
Version data entries
10 entries across 10 versions & 1 rubygems