Plz help ~> new to file_column

i am trying to figure out how file column works so i can play with it a
little bit on my site. i have installed it as a plugin to my rails
application, copied the snippets on both model and view but when i try
to run the page, i get an error saying “undefined method
`file_column_field’”

did i do something wrong or is something not installed?

i found the plugin installed at

vendor/plugins/rails_file_column/plugins/file_column/trunk

when it says it should be at

vendor/plugins/file_column

would this be why i’m having problems, and if so, should i just move the
directory up so that it will be found at the 2nd location?

You really want the init.rb file to reside at

vendor/plugins/file_column

I’ve had this goof up on me as well;.

yep, i moved the directory and everything works fine.