There was an error while loading. Please reload this page.
1 parent d87b87d commit a7f2f4dCopy full SHA for a7f2f4d
init.rb
@@ -12,7 +12,7 @@
12
$LOAD_PATH << models_path
13
if Rails::VERSION::MAJOR >= 2 &&
14
Rails::VERSION::MINOR >= 1 &&
15
- Rails::VERSION::TINY > 0
+ Rails::VERSION::TINY >= 0
16
ActiveSupport::Dependencies.load_paths << models_path
17
else
18
Dependencies.load_paths << models_path
0 commit comments