mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove extra f
This commit is contained in:
parent
1304c92b68
commit
7f1c794a11
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ module ActiveSupport #:nodoc:
|
|||
if load?
|
||||
log "loading #{file_name}"
|
||||
|
||||
# Enable warnings iff this file has not been loaded before and
|
||||
# Enable warnings if this file has not been loaded before and
|
||||
# warnings_on_first_load is set.
|
||||
load_args = ["#{file_name}.rb"]
|
||||
load_args << const_path unless const_path.nil?
|
||||
|
|
Loading…
Reference in a new issue