Sha256: 9975ad3a73476e85c1787fe8b66b5935a118011c7c7c950f6e4f2fa0bafc1ef3

Contents?: true

Size: 361 Bytes

Versions: 12

Compression:

Stored size: 361 Bytes

Contents

require "<%= config[:underscored_app_name] %>/transactions"

<%= config[:camel_cased_app_name] %>::Transactions.define do |t|
  # Define your dry-transaction objects here:
  #
  # t.define "<%= config[:underscored_app_name] %>.transactions.users.sign_up" do
  #   step :persist, with: "<%= config[:underscored_app_name] %>.users.operations.sign_up"
  # end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dry-web-roda-0.6.3 lib/dry/web/roda/skeletons/sub_app/transactions/example.rb.tt
dry-web-roda-0.6.2 lib/dry/web/roda/skeletons/sub_app/transactions/example.rb.tt
dry-web-roda-0.6.1 lib/dry/web/roda/skeletons/sub_app/transactions/example.rb.tt
dry-web-roda-0.6.0 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.5.1 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.5.0 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.4.0 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.3.0 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.2.3 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.2.2 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.2.1 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt
dry-web-roda-0.2.0 lib/dry/web/roda/skeletons/app/transactions/example.rb.tt