Skip to content

Commit

Permalink
Include TagHelper in the Rails init.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeric committed Dec 11, 2009
1 parent 85c5c2e commit 0bd130b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rails/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

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."

0 comments on commit 0bd130b

Please sign in to comment.