Skip to content

Commit fc09305

Browse files
committed
deprecation warning fixed
1 parent 6ad7d80 commit fc09305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111
models_path = File.join(directory, 'lib', 'models')
1212
$LOAD_PATH << models_path
13-
Dependencies.load_paths << models_path
13+
ActiveSupport::Dependencies.load_paths << models_path
14+

0 commit comments

Comments
 (0)