Skip to content

Commit

Permalink
Fix for Issue #3, now works in Rails >= 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilio Karadanais committed May 20, 2009
1 parent 3bf97ce commit 5eae5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eschaton/slice_loader.rb
Expand Up @@ -26,7 +26,7 @@ def self.mixin_slice_extentions(location)

Eschaton.dependencies.load_paths << location
Dir["#{location}/*.rb"].each do |file|
Eschaton.dependencies.require_or_load file
Eschaton.dependencies.require file
end

# Generator extentions
Expand Down

0 comments on commit 5eae5ef

Please sign in to comment.