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
write some tests to verify that the module in acts as taggable have been
required and included in the model
On Nov 7, 2007 12:29 PM, PaÅlo Geyer [email protected] wrote:
any ideas?
Did you restart your server? It’s required after modifying
environment.rb.
–
Greg D.
http://destiney.com/
Yes, i’ve restarted my server, as it seems, acts_as_taggable was
loaded without problems.
I did an test adding “gem ‘foo’” to see if i get an error message, and
i got. So it is there
i’m still trying to figure out what is happening here, if you have any
other suggestions, please tell me
thanks