module Accountability

Constants

VERSION

Public Class Methods

configure(_tenant = :default) { |Configuration| ... } click to toggle source
# File lib/accountability.rb, line 8
def self.configure(_tenant = :default)
  yield Configuration if block_given?
end