Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit febd0fb

Browse files
committed
change require path for install and uninstall script to hopefully fix it
1 parent 9d27b6a commit febd0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
require File.join(Rails.root, 'lib/plupload-rails3/asset_mover')
1+
require File.join(File.dirname(__FILE__), 'lib/plupload-rails3/asset_mover')
22
install_plupload_assets

0 commit comments

Comments
 (0)