- Change
AuthorizedTransaction.configure
to return self if there is no block - Change
AuthorizedTransaction.configure
execution in context of the controller - Change all settings
*_proc
execution in context of the controller - Add
transaction_proc
to change how a transaction is created via configuration - Add tests
- Add examples and configuration to README.md
- Add explicit notion of not depending on
cancan(can)
to README.md - Remove dependency on
activerecord
- Allow for configuration via
AuthorizedTransaction.configure
👶 Initial version