This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
forked from thoughtbot/paperclip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.thoughtbot.com/plugins/paperclip/trunk@241 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
- Loading branch information
jyurek
committed
Nov 9, 2007
1 parent
d68a942
commit 26444ce
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
require File.join(File.dirname(__FILE__), "lib", "paperclip") | ||
ActiveRecord::Base.extend( Thoughtbot::Paperclip::ClassMethods ) | ||
File.send :include, Thoughtbot::Paperclip::Upfile | ||
ActiveRecord::Base.extend( Paperclip::ClassMethods ) | ||
File.send :include, Paperclip::Upfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters