Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 359 Bytes

CircleCI

Introduction

Small library that builds on the Mordor gem to provide auditing classes

Usage

Select the database to use, using:

Mordor::Config.use do |config|
  config[:database] = 'database'
end