******************************************************************************************* ** For all documentation see the project website: 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.