views:

47

answers:

1

Hi...I am getting undefined method [] for true:TrueClass error while running the rake task in acts_as_recommendable plugin. The error points to the following line.

  items = options[:on_class].find(:all).collect(&:id)

Can someone please tell what am i doing incorrectly.

+2  A: 

options is probably defined as true. We can't really know why without more information.

Matchu
Yes.thank you very much
Felix