1
0
Fork 0
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:
Ryan Bigg 2010-12-03 13:29:02 +11:00
parent 1304c92b68
commit 7f1c794a11

View file

@ -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?