module Trailblazer
TODO: REMOVE IN 2.2.
Public Class Methods
Operation(options)
click to toggle source
# File lib/trailblazer/operation.rb, line 34 def self.Operation(options) Class.new(Activity::FastTrack( Activity::Operation.OptionsForState.merge(options) )) do extend Operation::PublicCall end end