root/vendor/file-column-0.3.1/init.rb

Revision 2, 277 bytes (checked in by falcon, 17 years ago)

added plugins

  • Property svn:executable set to *
Line 
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
4
5require 'file_column'
6require 'file_column_helper'
7
8ActiveRecord::Base.send(:include, FileColumn)
9ActionView::Base.send(:include, FileColumnHelper)
Note: See TracBrowser for help on using the browser.