1 # plugin init file for rails
 
   2 # this file will be picked up by rails automatically and
 
   3 # add the file_column extensions to rails
 
   7 require 'file_column_helper'
 
  11 ActiveRecord::Base.send(:include, FileColumn)
 
  12 ActionView::Base.send(:include, FileColumnHelper)
 
  13 ActiveRecord::Base.send(:include, FileColumn::Validations)