How to use Readymade plugins?

Hi,
I have downloaded “Ruby on Rails validator plugin for password fields”.
& they have specified that for using it we have to unzip it in plugins
directory of your rails application. But I cant find the plugin
directory in my Rails Application. Also there is plugin directory in
Rails server installation directory:-“C:\local\ruby\freeride\plugins”.
& so I have unzipped downloaded plugin into that folder & restarted
server. Now when I m using method associated with that pluin
"validates_equality_of " into my model, it is giving me error like
“undefined method `validates_equality_of’ for User:Class”.
Where is the problem??? & where & how should should use downloaded
plugins???
Thanx.
Prash

its in your rail-app/vendor/plugins/

i think

Vincent G. wrote:

its in your rail-app/vendor/plugins/

i think

Absolutely!
Its right there
:wink: