public
Description: This plugin when used in conjunction with the paperclip file attachment plugin allows you to attach more than one file to the model.
Homepage:
Clone URL: git://github.com/heavysixer/paperclippolymorph.git
Click here to lend your support to: paperclippolymorph and make a donation at www.pledgie.com !
paperclippolymorph / init.rb
100644 4 lines (4 sloc) 0.209 kb
1
2
3
4
require 'acts_as_polymorphic_paperclip'
ActiveRecord::Base.send(:include, LocusFocus::Acts::PolymorphicPaperclip)
require File.dirname(__FILE__) + '/lib/asset'
require File.dirname(__FILE__) + '/lib/attaching'