X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/29c1bab0e6dcc0f4b302fb06c62a8bf0a35f875c..e70396d70bff53c19e917d303f5b9d8f2abb7a3b:/vendor/plugins/file_column/lib/rails_file_column.rb diff --git a/vendor/plugins/file_column/lib/rails_file_column.rb b/vendor/plugins/file_column/lib/rails_file_column.rb deleted file mode 100644 index af8c95a84..000000000 --- a/vendor/plugins/file_column/lib/rails_file_column.rb +++ /dev/null @@ -1,19 +0,0 @@ -# require this file from your "config/environment.rb" (after rails has been loaded) -# to integrate the file_column extension into rails. - -require 'file_column' -require 'file_column_helper' - - -module ActiveRecord # :nodoc: - class Base # :nodoc: - # make file_column method available in all active record decendants - include FileColumn - end -end - -module ActionView # :nodoc: - class Base # :nodoc: - include FileColumnHelper - end -end