root/plugins/legacy/acts_as_taggable/init.rb
| Revision 6836, 183 bytes (checked in by david, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | require 'acts_as_taggable' |
| 2 | ActiveRecord::Base.send(:include, ActiveRecord::Acts::Taggable) |
| 3 | |
| 4 | require File.dirname(__FILE__) + '/lib/tagging' |
| 5 | require File.dirname(__FILE__) + '/lib/tag' |
Note: See TracBrowser for help on using the browser.