module Sorta::Transactions::Service

Public Class Methods

included(mod) click to toggle source
# File lib/sorta/transactions/service.rb, line 6
def self.included(mod)
  mod.extend Extended
  mod.include Included
  mod.prepend Prepended
end