Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 563 Bytes

README.markdown

File metadata and controls

30 lines (17 loc) · 563 Bytes

acts_as_relationable

Automatically creates habtm :through relationships across multiple models using using a single join table.

Features

  • Can be self referential
  • Quickly define relationship-specific fields
  • Create relationships between STI models

Install

From your application directory

gem install winton-acts_as_relationable
script/generate acts_as_relationable
rake db:migrate

Usage

http://github.com/winton/acts_as_relationable/wikis

Copyright © 2008 Winton Welsh mail@wintoni.us