lib/trailblazer/operation/public_call.rb in trailblazer-operation-0.5.1 vs lib/trailblazer/operation/public_call.rb in trailblazer-operation-0.5.2
- old
+ new
@@ -45,9 +45,9 @@
end
# Compile a Context object to be passed into the Activity::call.
# @private
def self.options_for_public_call(options={})
- Trailblazer::Context(options)
+ Trailblazer::Context.for(options, [options, {}], {})
end
end
end