Skip to content

Commit

Permalink
Removed ** acts_as_taggable_on: initialized properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeric committed Dec 18, 2009
1 parent 37c0fa2 commit 10dc423
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rails/init.rb
Expand Up @@ -2,6 +2,4 @@

ActiveRecord::Base.send :include, ActiveRecord::Acts::TaggableOn
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tagger
ActionView::Base.send :include, TagsHelper if defined?(ActionView::Base)

RAILS_DEFAULT_LOGGER.info "** acts_as_taggable_on: initialized properly."
ActionView::Base.send :include, TagsHelper if defined?(ActionView::Base)

0 comments on commit 10dc423

Please sign in to comment.