1 # require this file from your "config/environment.rb" (after rails has been loaded)
 
   2 # to integrate the file_column extension into rails.
 
   5 require 'file_column_helper'
 
   8 module ActiveRecord # :nodoc:
 
  10     # make file_column method available in all active record decendants
 
  15 module ActionView # :nodoc:
 
  17     include FileColumnHelper