DoubleEntry v0.10.0 Release Notes

Release Date: 2015-01-09 // over 9 years ago
  • ➕ Added

    • Define accounts that can be negative only.

      DoubleEntry.configure do |config|
        config.define_accounts do |accounts|
          accounts.define(
            :identifier     => :my_account_that_never_goes_positive,
            :negative_only  => true
          )
        end
      end
      
    • 🏗 Run CI build against Rails 4.2