Sha256: 8dfe40d4ee315373ddab05e986ee9e43c14ad0e96abc5da75a032d51c63d72f9

Contents?: true

Size: 163 Bytes

Versions: 1

Compression:

Stored size: 163 Bytes

Contents

module Params
  class WithArgs < Trailblazer::Operation
    step ->(options) { options["x"] = %{#{options["params"].to_h} #{options["current_user"] }} }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailblazer-future-2.1.0.rc1 test/rails5.0/app/concepts/params/operation/with_args.rb