Hi, i was trying the acts_as_taggable gem, without success
i've installed the gem (gem install acts_as_taggable), added "gem 'acts_as_taggable'" at the end of environment.rb, and added 'acts_as_taggable' into my Artigo model
but when i try to use my model now, i get this error message: NoMethodError: undefined method `acts_as_taggable' for Artigo:Class
any ideas? thanks, Paulo Geyer