Changeset 6720
- Timestamp:
- 05/11/07 23:07:47 (1 year ago)
- Files:
-
- plugins/acts_as_taggable/README (moved) (moved from plugins/acts_as_taggable/lib/README) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/acts_as_taggable/README
r3214 r6720 2 2 ================= 3 3 4 Allows for tags to be added to multiple classes. 4 Proof-of-concept plugin intending to demonstrate ActiveRecord's 5 polymorphic associations. It's not intended for production use and no 6 enhancement tickets are being accepted. 7 8 To add tagging to your own application, either build your own models 9 based on this pattern, or check out one of the various community 10 supported plugins: 11 12 http://agilewebdevelopment.com/plugins/search?search=acts_as_taggable 13