Skip to content

Commit

Permalink
Fixed path loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hosh committed Jul 8, 2008
1 parent 6bc11cc commit 4654f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion activerecord-bindings.rb
@@ -1,4 +1,4 @@
require "attachmerb_fu"
require File.join(File.dirname(__FILE__), 'lib', "attachmerb_fu")
#require "geometry"
#require "tempfile_ext"

Expand Down
4 changes: 2 additions & 2 deletions lib/attachmerb_fu.rb
@@ -1,5 +1,5 @@
require "geometry"
require "tempfile_ext"
require File.join(File.dirname(__FILE__), "geometry")
require File.join(File.dirname(__FILE__), "tempfile_ext")

module AttachmerbFu # :nodoc:
@@default_processors = %w(ImageScience Rmagick MiniMagick)
Expand Down

0 comments on commit 4654f1f

Please sign in to comment.