Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/plugins/legacy/acts_as_taggable/init.rb

Revision 6836, 183 bytes (checked in by david, 1 year ago)

Moved acts_as_taggable, browser_filters, and simply_helpful into legacy -- all have either been deprecated or rolled into Rails core already [DHH]

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.