Sha256: 9f93d05fe42473f1e0e9aa38411f170ce01d59bf277dec3db49176e62b482cd3
Contents?: true
Size: 735 Bytes
Versions: 29
Compression:
Stored size: 735 Bytes
Contents
has_accounts ============ Rails plugin providing financal accounting models and helpers. Install ======= In Rails 3 simply add gem 'has_accounts' Example ======= A few models are available: class Booking class Account class AccountType There's also a ready to use module available to attach accountable functionality to existing models. To use it, simply add the following to your Model: include HasAccounts::Model License ======= * Copyright (c) 2008 Agrabah <http://www.agrabah.ch> * Copyright (c) 2008-2011 Simon Hürlimann <simon.huerlimann@cyt.ch> * Copyright (c) 2010-2011 CyT <http://www.cyt.ch> * Copyright (c) 2008-2010 ZytoLabor <http://www.zyto-labor.com> Released under the MIT license.
Version data entries
29 entries across 29 versions & 1 rubygems