Skip to content

Commit

Permalink
Correct path to application helpers.
Browse files Browse the repository at this point in the history
Fixed typo of 'helper' instead of 'helpers' in path
Wrapped __FILE__ with File.dirname()

Signed-off-by: Alexander Semyonov <rotuka@gmail.com>
  • Loading branch information
jbouse authored and alsemyonov committed Dec 21, 2008
1 parent 3158302 commit b7fea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fckeditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def self.load_config
end
end

require File.join(__FILE__, '../app/helper/application_helper.rb')
require File.join(File.dirname(__FILE__), '../app/helpers/application_helper.rb')

0 comments on commit b7fea76

Please sign in to comment.