Methods

Files

Class/Module Index [+]

Quicksearch

DatabaseCleaner::Generic::Transaction

Public Class Methods

new(opts = {}) click to toggle source
# File lib/database_cleaner/generic/transaction.rb, line 4
def initialize(opts = {})
  if !opts.empty?
    raise ArgumentError, "Options are not available for transaction strategies."
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.