Sha256: 4b32602cc6b22fd90215e0ffd5acff30d43b3dccde668de7bc4ae804efc5e4ef
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_accounts-0.2.1 | README.md |