Sha256: 1eb98e733281829cd0f5a0c5c8124bfb85575906dcd0fc21d9f328b388b22172

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

has_accounts
============

Rails plugin providing financal accounting models and helpers.


Install
=======

In Rails 3 simply add

  gem 'has_accounts'


Example
=======

There is a new class method made available to ActiveRecord::Base
by this plugin:

* has_accounts(options = {})

Use it like this:

class Doctor < ActiveRecord::Base
  has_vcards
end

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

2 entries across 2 versions & 1 rubygems

Version Path
has_accounts-0.2.0 README.md
has_accounts-0.1.1 README.md