Sha256: 01cb45a4456ecc294ba882a40f7cfd4473d5aaed0eee0c302bdcde83090f70e1

Contents?: true

Size: 851 Bytes

Versions: 1

Compression:

Stored size: 851 Bytes

Contents

*******************************************************************************************
** For all documentation see the project website: http://hasmanythrough.rubyforge.org    **
*******************************************************************************************

Description:

Example:
    ./script/generate has_many_throuh User Group
    ./script/generate has_many_throuh User Group Membership

    Both will generate User and Group models and unit tests (if they don't 
    already exist). It will both also generate a third model representing
    the many-to-many relationship between the two, called UserGroup (first
    example and Membership (second example).
    
    It will also generate unit tests for the many-to-many class, and all
    unit tests will test the relationships between the other two classes.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_many_through_generator-0.4.0 README