undefined method `paginate'

while running my application I get this error message undefined method `paginate' MY configuration is:

Ruby version 1.8.6 (i386-mswin32) RubyGems version 1.3.5 Rack version 1.0 Rails version 2.3.4 Active Record version 2.3.4 Active Resource version 2.3.4 Action Mailer version 2.3.4 Active Support version 2.3.4 Application root C:/cart Environment development Database adapter mysql Database schema version 0

plz reply

yuor must install plugin\gem (for ex.) sudo gem install wiil_paginate

It's actually will_paginate. The gem's homepage is here: http://wiki.github.com/mislav/will_paginate