kraxnet / acts_as_isdoc

ISDOC renderer for Ruby on Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActsAsIsdoc
===========

Plugin for rendering business object in ISDOC format

More informations about ISDOC on http://www.isdoc.org


Example
=======

    class SampleInvoice < ActiveRecord::Base
      acts_as_isdoc
    end

Copyright (c) 2009 Jiri Kubicek, KRAXNET s.r.o., released under the MIT license

About

ISDOC renderer for Ruby on Rails

License:MIT License


Languages

Language:Ruby 100.0%