file_coulmn in rails 2.2
Older version of file_coulmn plugin is not working in rails 2.2.
If you want to get working in rails 2.2 then you need to modify file_coulmn.rb file.
Update the line #619 in vendor/plugins/file_column/lib/file_column.rb from
Inflector.underscore(self.name).to_s,
to
ActiveSupport::Inflector.underscore(self.name).to_s,
Or you can download the latest plugin from the github.com:



