Skip to content

Commit

Permalink
Move acts_as_taggable_on_steroids from vendor/plugins to lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Feb 18, 2012
1 parent 86536a4 commit 49669ac
Show file tree
Hide file tree
Showing 33 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/initializers/acts_as_taggable_on_steroids.rb
@@ -0,0 +1,12 @@
# Many moons ago, I modified this plugin to not use a polymorphic association.
# Well-intentioned, but not a good way to achieve it. In hindsight, should not
# have dependend on this plugin in the first place since it doesn't really
# provide much benefit to this project.
#
# Anyway, as a result, we can't depend on any newer gem versions and have to
# include this in the source tree.
$LOAD_PATH.unshift(File.expand_path('../../../lib/acts_as_taggable_on_steroids/lib', __FILE__))
require 'acts_as_taggable_on_steroids/init'
require 'tag_list'
require 'tagging'
require 'tags_helper'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 49669ac

Please sign in to comment.