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 if defined?(ActiveRecord::Base)
12 ActiveRecord::Base.send(:include, FileColumn)
13 ActiveRecord::Base.send(:include, FileColumn::Validations)
16 if defined?(ActionView::Base)
17 ActionView::Base.send(:include, FileColumnHelper)