root/vendor/file-column-0.3.1/init.rb
@
2
Revision 2, 277 bytes (checked in by falcon, 17 years ago) | |
---|---|
|
Rev | Line | |
---|---|---|
[2] | 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 | ||
5 | require 'file_column' | |
6 | require 'file_column_helper' | |
7 | ||
8 | ActiveRecord::Base.send(:include, FileColumn) | |
9 | ActionView::Base.send(:include, FileColumnHelper) |
Note: See TracBrowser
for help on using the browser.