Skip to content

Commit a7f2f4d

Browse files
author
Will Fisher
committed
Fix test for ActiveSupport::Depedencies for rails version 2.2.0
1 parent d87b87d commit a7f2f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$LOAD_PATH << models_path
1313
if Rails::VERSION::MAJOR >= 2 &&
1414
Rails::VERSION::MINOR >= 1 &&
15-
Rails::VERSION::TINY > 0
15+
Rails::VERSION::TINY >= 0
1616
ActiveSupport::Dependencies.load_paths << models_path
1717
else
1818
Dependencies.load_paths << models_path

0 commit comments

Comments
 (0)