Skip to content

Commit deb8aaf

Browse files
committed
Make AppRailsLoader as private API
We never wanted to this constant to be public.
1 parent 596fb58 commit deb8aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/app_rails_loader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'pathname'
22

33
module Rails
4-
module AppRailsLoader
4+
module AppRailsLoader # :nodoc:
55
extend self
66

77
RUBY = Gem.ruby

0 commit comments

Comments
 (0)